#7CDB5F
A light, moderate green closely aligning with Lightgreen.
About #7CDB5F
The hex code #7CDB5F 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, 219, and 95.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 43% C, 0% M, 57% Y, and 14% K. With a hue angle of 106.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CDB5F
RGB124, 219, 95
HSL106.0°, 63.3%, 61.6%
CMYK43%, 0%, 57%, 14%
HSV106.0°, 56.6%, 85.9%
LAB79.5, -50.8, 51.5
XYZ35.7, 55.8, 19.7
Decimal8182623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.15:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDB5F;
}
.text-color {
color: #7CDB5F;
}
.border-color {
border: 2px solid #7CDB5F;
}