#99D383
A light, moderate green closely aligning with Lightgreen.
About #99D383
The hex code #99D383 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 211, and 131.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 27% C, 0% M, 38% Y, and 17% K. With a hue angle of 103.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99D383
RGB153, 211, 131
HSL103.5°, 47.6%, 67.1%
CMYK27%, 0%, 38%, 17%
HSV103.5°, 37.9%, 82.7%
LAB79.0, -33.3, 33.8
XYZ40.5, 55.0, 30.0
Decimal10081155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.00:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D383;
}
.text-color {
color: #99D383;
}
.border-color {
border: 2px solid #99D383;
}