#83D383
A light, moderate green closely aligning with Lightgreen.
About #83D383
At its core, #83D383 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 211, and 131.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 38% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#83D383
RGB131, 211, 131
HSL120.0°, 47.6%, 67.1%
CMYK38%, 0%, 38%, 17%
HSV120.0°, 37.9%, 82.7%
LAB77.9, -40.5, 32.1
XYZ36.8, 53.1, 29.8
Decimal8639363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.61:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83D383;
}
.text-color {
color: #83D383;
}
.border-color {
border: 2px solid #83D383;
}