#83CC66
A light, moderate green closely aligning with Lightgreen.
About #83CC66
The precise color #83CC66 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(131, 204, 102).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 36% cyan, 0% magenta, 50% yellow, and 20% black. The HSL representation is 102.9° hue, 50.0% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83CC66
RGB131, 204, 102
HSL102.9°, 50.0%, 60.0%
CMYK36%, 0%, 50%, 20%
HSV102.9°, 50.0%, 80.0%
LAB75.4, -41.4, 43.5
XYZ33.4, 49.0, 20.3
Decimal8637542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.79:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CC66;
}
.text-color {
color: #83CC66;
}
.border-color {
border: 2px solid #83CC66;
}