#99CC66
A light, moderate green closely aligning with Lightgreen.
About #99CC66
The hex code #99CC66 represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 153 red, 204 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. The color uses 25% Cyan, 0% Magenta, 50% Yellow, and 20% Black. The HSL representation is 90.0° hue, 50.0% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99CC66
RGB153, 204, 102
HSL90.0°, 50.0%, 60.0%
CMYK25%, 0%, 50%, 20%
HSV90.0°, 50.0%, 80.0%
LAB76.6, -33.8, 45.2
XYZ37.1, 50.9, 20.4
Decimal10079334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC66;
}
.text-color {
color: #99CC66;
}
.border-color {
border: 2px solid #99CC66;
}