#99D36D
A light, moderate green closely aligning with Lightgreen.
About #99D36D
The precise color #99D36D is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 153 parts red, 211 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 0% magenta, 48% yellow, and 17% black. With a hue angle of 94.1 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99D36D
RGB153, 211, 109
HSL94.1°, 53.7%, 62.7%
CMYK27%, 0%, 48%, 17%
HSV94.1°, 48.3%, 82.7%
LAB78.7, -36.2, 44.4
XYZ39.2, 54.5, 22.9
Decimal10081133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.89:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D36D;
}
.text-color {
color: #99D36D;
}
.border-color {
border: 2px solid #99D36D;
}