#99E27C
A light, moderate green closely aligning with Lightgreen.
About #99E27C
At its core, #99E27C is a light and moderate hue. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(153, 226, 124).
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 0% Magenta, 45% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99E27C
RGB153, 226, 124
HSL102.9°, 63.7%, 68.6%
CMYK32%, 0%, 45%, 11%
HSV102.9°, 45.1%, 88.6%
LAB83.2, -41.1, 42.7
XYZ44.0, 62.6, 28.8
Decimal10084988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E27C;
}
.text-color {
color: #99E27C;
}
.border-color {
border: 2px solid #99E27C;
}