#83E942
A medium, vivid green closely aligning with Limegreen.
About #83E942
At its core, #83E942 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 233, and 66.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83E942
RGB131, 233, 66
HSL96.6°, 79.1%, 58.6%
CMYK44%, 0%, 72%, 9%
HSV96.6°, 71.7%, 91.4%
LAB83.7, -56.7, 67.9
XYZ39.5, 63.5, 15.3
Decimal8644930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E942;
}
.text-color {
color: #83E942;
}
.border-color {
border: 2px solid #83E942;
}