#99DB92
A light, moderate green closely aligning with Lightgreen.
About #99DB92
The precise color #99DB92 is an excellent choice for modern design projects. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(153, 219, 146).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 30% Cyan, 0% Magenta, 33% Yellow, and 14% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99DB92
RGB153, 219, 146
HSL114.2°, 50.3%, 71.6%
CMYK30%, 0%, 33%, 14%
HSV114.2°, 33.3%, 85.9%
LAB81.6, -34.8, 29.4
XYZ43.7, 59.5, 36.4
Decimal10083218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.90:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DB92;
}
.text-color {
color: #99DB92;
}
.border-color {
border: 2px solid #99DB92;
}