#5FFF42
A light, vivid green closely aligning with Lawngreen.
About #5FFF42
The hex code #5FFF42 represents a beautifully specific shade of green. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(95, 255, 66).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 63% cyan, 0% magenta, 74% yellow, and 0% black. With a hue angle of 110.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FFF42
RGB95, 255, 66
HSL110.8°, 100.0%, 62.9%
CMYK63%, 0%, 74%, 0%
HSV110.8°, 74.1%, 100.0%
LAB89.1, -73.7, 72.8
XYZ41.5, 74.3, 17.3
Decimal6291266
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.87:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF42;
}
.text-color {
color: #5FFF42;
}
.border-color {
border: 2px solid #5FFF42;
}