#5FC52C
A medium, moderate green closely aligning with Limegreen.
About #5FC52C
At its core, #5FC52C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 95 red, 197 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 52% C, 0% M, 78% Y, and 23% K. The HSL representation is 100.0° hue, 63.5% saturation, and 47.3% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FC52C
RGB95, 197, 44
HSL100.0°, 63.5%, 47.3%
CMYK52%, 0%, 78%, 23%
HSV100.0°, 77.7%, 77.3%
LAB71.2, -55.1, 62.4
XYZ25.1, 42.5, 9.3
Decimal6276396
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.51:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FC52C;
}
.text-color {
color: #5FC52C;
}
.border-color {
border: 2px solid #5FC52C;
}