#5FFF16
A medium, vivid green closely aligning with Lawngreen.
About #5FFF16
At its core, #5FFF16 is a medium and vivid hue. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(95, 255, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 63% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FFF16
RGB95, 255, 22
HSL101.2°, 100.0%, 54.3%
CMYK63%, 0%, 91%, 0%
HSV101.2°, 91.4%, 100.0%
LAB88.9, -75.6, 82.7
XYZ40.6, 74.0, 12.9
Decimal6291222
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.80:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF16;
}
.text-color {
color: #5FFF16;
}
.border-color {
border: 2px solid #5FFF16;
}