#7CDB8A
A light, moderate green closely aligning with Lightgreen.
About #7CDB8A
When working with digital screens, the color #7CDB8A is rendered by mixing light. 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 138.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 43% C, 0% M, 37% Y, and 14% K. The HSL representation is 128.8° hue, 56.9% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CDB8A
RGB124, 219, 138
HSL128.8°, 56.9%, 67.3%
CMYK43%, 0%, 37%, 14%
HSV128.8°, 43.4%, 85.9%
LAB80.1, -45.0, 31.3
XYZ38.2, 56.8, 33.0
Decimal8182666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.36:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDB8A;
}
.text-color {
color: #7CDB8A;
}
.border-color {
border: 2px solid #7CDB8A;
}