#83E292
A light, moderate green closely aligning with Lightgreen.
About #83E292
At its core, #83E292 is a light and moderate hue. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 226, and 146.
If you are designing for print, the four-color process is what matters most. The color uses 42% Cyan, 0% Magenta, 35% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#83E292
RGB131, 226, 146
HSL129.5°, 62.1%, 70.0%
CMYK42%, 0%, 35%, 11%
HSV129.5°, 42.0%, 88.6%
LAB82.5, -44.7, 30.5
XYZ41.7, 61.3, 36.8
Decimal8643218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.26:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E292;
}
.text-color {
color: #83E292;
}
.border-color {
border: 2px solid #83E292;
}