#5FFF50
A light, vivid green closely aligning with Lawngreen.
About #5FFF50
At its core, #5FFF50 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 255, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 63% C, 0% M, 69% Y, and 0% K. With a hue angle of 114.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FFF50
RGB95, 255, 80
HSL114.9°, 100.0%, 65.7%
CMYK63%, 0%, 69%, 0%
HSV114.9°, 68.6%, 100.0%
LAB89.2, -72.7, 68.1
XYZ41.9, 74.5, 19.8
Decimal6291280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.91:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF50;
}
.text-color {
color: #5FFF50;
}
.border-color {
border: 2px solid #5FFF50;
}