#7CF0A8
A light, vivid green closely aligning with Lightgreen.
About #7CF0A8
The hex code #7CF0A8 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 240, and 168.
Translating this color to physical media requires the CMYK color model. The color uses 48% Cyan, 0% Magenta, 30% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CF0A8
RGB124, 240, 168
HSL142.8°, 79.5%, 71.4%
CMYK48%, 0%, 30%, 6%
HSV142.8°, 48.3%, 94.1%
LAB86.7, -48.7, 24.9
XYZ46.5, 69.4, 48.0
Decimal8188072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.89:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF0A8;
}
.text-color {
color: #7CF0A8;
}
.border-color {
border: 2px solid #7CF0A8;
}