#5FD342
A medium, moderate green closely aligning with Limegreen.
About #5FD342
The hex code #5FD342 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 95 red, 211 green, and 66 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. The HSL representation is 108.0° hue, 62.2% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FD342
RGB95, 211, 66
HSL108.0°, 62.2%, 54.3%
CMYK55%, 0%, 69%, 17%
HSV108.0°, 68.7%, 82.7%
LAB75.7, -58.7, 59.2
XYZ29.0, 49.4, 13.2
Decimal6280002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.88:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD342;
}
.text-color {
color: #5FD342;
}
.border-color {
border: 2px solid #5FD342;
}