#5FF883
A light, vivid green closely aligning with Springgreen.
About #5FF883
Visually, #5FF883 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Springgreen. Its digital footprint relies on 95 parts red, 248 parts green, and 131 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 62% C, 0% M, 47% Y, and 3% K. The HSL representation is 134.1° hue, 91.6% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FF883
RGB95, 248, 131
HSL134.1°, 91.6%, 67.3%
CMYK62%, 0%, 47%, 3%
HSV134.1°, 61.7%, 97.3%
LAB87.6, -64.5, 44.3
XYZ42.4, 71.2, 33.0
Decimal6289539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.24:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF883;
}
.text-color {
color: #5FF883;
}
.border-color {
border: 2px solid #5FF883;
}