#99CC75
A light, moderate green closely aligning with Lightgreen.
About #99CC75
Visually, #99CC75 is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 153 parts red, 204 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 0% magenta, 43% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99CC75
RGB153, 204, 117
HSL95.2°, 46.0%, 62.9%
CMYK25%, 0%, 43%, 20%
HSV95.2°, 42.6%, 80.0%
LAB76.8, -32.0, 38.0
XYZ37.9, 51.2, 24.7
Decimal10079349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.25:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC75;
}
.text-color {
color: #99CC75;
}
.border-color {
border: 2px solid #99CC75;
}