We consider the classic problem of computing the Longest Common Subsequence (LCS) of two strings of length n. While a simple quadratic algorithm has been known for the problem for more than 40 years, no faster algorithm has been found despite an extensive effort. The lack of progress on the problem has recently been explained by Abboud, Backurs, and Vassilevska Williams [FOCS'15] and Bringmann and Künnemann [FOCS'15] who proved that there is no subquadratic algorithm unless the Strong Exponential Time Hypothesis fails. This major roadblock for getting faster exact algorithms has led the community to look for subquadratic approximation algorithms for the problem.Yet, unlike the edit distance problem for which a constant-factor approximation in almost-linear time is known, very little progress has been made on LCS, making it a notoriously difficult problem also in the realm of approximation. For the general setting (where we make no assumption on the length of the optimum solution or the alphabet size), only a naive Opn ε{2 q-approximation algorithm with running time r Opn 2´ε q has been known, for any constant 0 ă ε ď 1. Recently, a breakthrough result by Hajiaghayi, Seddighin, Seddighin, and Sun [SODA'19] provided a linear-time algorithm that yields a Opn 0.497956 qapproximation in expectation; improving upon the naive Op ? nq-approximation for the first time. In this paper, we provide an algorithm that in time Opn 2´ε q computes an r Opn 2ε{5 q-approximation with high probability, for any 0 ă ε ď 1. Our result (1) gives an r Opn 0.4 q-approximation in linear time, improving upon the bound of Hajiaghayi, Seddighin, Seddighin, and Sun, (2) provides an algorithm whose approximation scales with any subquadratic running time Opn 2´ε q, improving upon the naive bound of Opn ε{2 q for any ε, and (3) instead of only in expectation, succeeds with high probability.