#5FF016
A medium, vivid green closely aligning with Lawngreen.
About #5FF016
The precise color #5FF016 is an excellent choice for modern design projects. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 240, and 22.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 60% Cyan, 0% Magenta, 91% Yellow, and 6% Black. With a hue angle of 99.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF016
RGB95, 240, 22
HSL99.9°, 87.9%, 51.4%
CMYK60%, 0%, 91%, 6%
HSV99.9°, 90.8%, 94.1%
LAB84.4, -70.9, 78.9
XYZ36.0, 64.8, 11.4
Decimal6287382
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.96:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF016;
}
.text-color {
color: #5FF016;
}
.border-color {
border: 2px solid #5FF016;
}