#83F85F
A light, vivid green closely aligning with Limegreen.
About #83F85F
The hex code #83F85F represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(131, 248, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83F85F
RGB131, 248, 95
HSL105.9°, 91.6%, 67.3%
CMYK47%, 0%, 62%, 3%
HSV105.9°, 61.7%, 97.3%
LAB88.3, -60.1, 61.7
XYZ45.0, 72.8, 22.5
Decimal8648799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F85F;
}
.text-color {
color: #83F85F;
}
.border-color {
border: 2px solid #83F85F;
}