#5FFF2C
A medium, vivid green closely aligning with Lawngreen.
About #5FFF2C
At its core, #5FFF2C is a medium and vivid hue. 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, 255, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 63% Cyan, 0% Magenta, 83% Yellow, and 0% Black. The HSL representation is 105.5° hue, 100.0% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFF2C
RGB95, 255, 44
HSL105.5°, 100.0%, 58.6%
CMYK63%, 0%, 83%, 0%
HSV105.5°, 82.7%, 100.0%
LAB89.0, -74.9, 78.8
XYZ40.9, 74.1, 14.5
Decimal6291244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.83:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF2C;
}
.text-color {
color: #5FFF2C;
}
.border-color {
border: 2px solid #5FFF2C;
}