#5FE200
A medium, vivid green closely aligning with Lawngreen.
About #5FE200
Visually, #5FE200 is defined as a vivid green. Designers often compare it to the standard color Lawngreen. Its digital footprint relies on 95 parts red, 226 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 58% Cyan, 0% Magenta, 100% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FE200
RGB95, 226, 0
HSL94.8°, 100.0%, 44.3%
CMYK58%, 0%, 100%, 11%
HSV94.8°, 100.0%, 88.6%
LAB80.1, -66.6, 77.6
XYZ31.9, 56.8, 9.3
Decimal6283776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.37:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE200;
}
.text-color {
color: #5FE200;
}
.border-color {
border: 2px solid #5FE200;
}