#5FFF49
A light, vivid green closely aligning with Lawngreen.
About #5FFF49
When working with digital screens, the color #5FFF49 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lawngreen. Its digital footprint relies on 95 parts red, 255 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 63% cyan, 0% magenta, 71% yellow, and 0% black. The HSL representation is 112.7° hue, 100.0% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFF49
RGB95, 255, 73
HSL112.7°, 100.0%, 64.3%
CMYK63%, 0%, 71%, 0%
HSV112.7°, 71.4%, 100.0%
LAB89.1, -73.3, 70.5
XYZ41.7, 74.4, 18.5
Decimal6291273
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.89:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF49;
}
.text-color {
color: #5FFF49;
}
.border-color {
border: 2px solid #5FFF49;
}