#83E949
A light, vivid green closely aligning with Limegreen.
About #83E949
Visually, #83E949 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 131 red, 233 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 44% C, 0% M, 69% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83E949
RGB131, 233, 73
HSL98.3°, 78.4%, 60.0%
CMYK44%, 0%, 69%, 9%
HSV98.3°, 68.7%, 91.4%
LAB83.7, -56.2, 65.4
XYZ39.7, 63.6, 16.5
Decimal8644937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.72:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E949;
}
.text-color {
color: #83E949;
}
.border-color {
border: 2px solid #83E949;
}