#83CC7C
A light, moderate green closely aligning with Lightgreen.
About #83CC7C
The hex code #83CC7C represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 131 red, 204 green, and 124 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 36% cyan, 0% magenta, 39% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
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#83CC7C
RGB131, 204, 124
HSL114.8°, 44.0%, 64.3%
CMYK36%, 0%, 39%, 20%
HSV114.8°, 39.2%, 80.0%
LAB75.7, -38.5, 32.8
XYZ34.6, 49.5, 26.8
Decimal8637564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.89:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CC7C;
}
.text-color {
color: #83CC7C;
}
.border-color {
border: 2px solid #83CC7C;
}