#99E275
A light, moderate green closely aligning with Lightgreen.
About #99E275
Visually, #99E275 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 153 parts red, 226 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 32% Cyan, 0% Magenta, 48% Yellow, and 11% Black. The HSL representation is 100.2° hue, 65.3% saturation, and 67.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99E275
RGB153, 226, 117
HSL100.2°, 65.3%, 67.3%
CMYK32%, 0%, 48%, 11%
HSV100.2°, 48.2%, 88.6%
LAB83.2, -41.9, 45.9
XYZ43.5, 62.4, 26.6
Decimal10084981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.49:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E275;
}
.text-color {
color: #99E275;
}
.border-color {
border: 2px solid #99E275;
}