#7CDB99
A light, moderate green closely aligning with Lightgreen.
About #7CDB99
Visually, #7CDB99 is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 124 parts red, 219 parts green, and 153 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. With a hue angle of 138.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CDB99
RGB124, 219, 153
HSL138.3°, 56.9%, 67.3%
CMYK43%, 0%, 30%, 14%
HSV138.3°, 43.4%, 85.9%
LAB80.3, -42.4, 23.9
XYZ39.4, 57.2, 39.1
Decimal8182681
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.45:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDB99;
}
.text-color {
color: #7CDB99;
}
.border-color {
border: 2px solid #7CDB99;
}