#83BD66
A medium, moderate green closely aligning with Lightgreen.
About #83BD66
When working with digital screens, the color #83BD66 is rendered by mixing light. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 131 red, 189 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 31% Cyan, 0% Magenta, 46% Yellow, and 26% Black. The HSL representation is 100.0° hue, 39.7% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83BD66
RGB131, 189, 102
HSL100.0°, 39.7%, 57.1%
CMYK31%, 0%, 46%, 26%
HSV100.0°, 46.0%, 74.1%
LAB71.0, -34.7, 38.0
XYZ30.0, 42.2, 19.1
Decimal8633702
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.44:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83BD66;
}
.text-color {
color: #83BD66;
}
.border-color {
border: 2px solid #83BD66;
}