#5FE942
A medium, vivid green closely aligning with Limegreen.
About #5FE942
Visually, #5FE942 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(95, 233, 66).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. The HSL representation is 109.6° hue, 79.1% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FE942
RGB95, 233, 66
HSL109.6°, 79.1%, 58.6%
CMYK59%, 0%, 72%, 9%
HSV109.6°, 71.7%, 91.4%
LAB82.4, -66.4, 66.2
XYZ34.8, 61.1, 15.1
Decimal6285634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.22:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE942;
}
.text-color {
color: #5FE942;
}
.border-color {
border: 2px solid #5FE942;
}