#5FF02C
A medium, vivid green closely aligning with Lawngreen.
About #5FF02C
Visually, #5FF02C is defined as a vivid green. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(95, 240, 44).
If you are designing for print, the four-color process is what matters most. The color uses 60% Cyan, 0% Magenta, 82% Yellow, and 6% Black. The HSL representation is 104.4° hue, 86.7% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF02C
RGB95, 240, 44
HSL104.4°, 86.7%, 55.7%
CMYK60%, 0%, 82%, 6%
HSV104.4°, 81.7%, 94.1%
LAB84.5, -70.1, 74.7
XYZ36.3, 64.9, 13.0
Decimal6287404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.99:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF02C;
}
.text-color {
color: #5FF02C;
}
.border-color {
border: 2px solid #5FF02C;
}