#5FD357
A medium, moderate green closely aligning with Limegreen.
About #5FD357
Visually, #5FD357 is defined as a moderate green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 95 red, 211 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. The HSL representation is 116.1° hue, 58.5% saturation, and 58.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FD357
RGB95, 211, 87
HSL116.1°, 58.5%, 58.4%
CMYK55%, 0%, 59%, 17%
HSV116.1°, 58.8%, 82.7%
LAB75.9, -56.7, 50.6
XYZ29.7, 49.7, 17.0
Decimal6280023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FD357;
}
.text-color {
color: #5FD357;
}
.border-color {
border: 2px solid #5FD357;
}