#83F05F
A light, vivid green closely aligning with Limegreen.
About #83F05F
At its core, #83F05F is a light and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(131, 240, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 0% M, 60% Y, and 6% K. The HSL representation is 105.1° hue, 82.9% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83F05F
RGB131, 240, 95
HSL105.1°, 82.9%, 65.7%
CMYK45%, 0%, 60%, 6%
HSV105.1°, 60.4%, 94.1%
LAB86.0, -57.0, 59.0
XYZ42.6, 68.0, 21.7
Decimal8646751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83F05F;
}
.text-color {
color: #83F05F;
}
.border-color {
border: 2px solid #83F05F;
}