#7CD366
A light, moderate green closely aligning with Lightgreen.
About #7CD366
The hex code #7CD366 represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 211, and 102.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 41% cyan, 0% magenta, 52% yellow, and 17% black. The HSL representation is 107.9° hue, 55.3% saturation, and 61.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CD366
RGB124, 211, 102
HSL107.9°, 55.3%, 61.4%
CMYK41%, 0%, 52%, 17%
HSV107.9°, 51.7%, 82.7%
LAB77.2, -46.7, 45.5
XYZ34.0, 51.8, 20.8
Decimal8180582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD366;
}
.text-color {
color: #7CD366;
}
.border-color {
border: 2px solid #7CD366;
}