#5FF81D
A medium, vivid green closely aligning with Lawngreen.
About #5FF81D
At its core, #5FF81D is a medium and vivid hue. Its closest recognized web color is Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 248, and 29.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 62% C, 0% M, 88% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FF81D
RGB95, 248, 29
HSL101.9°, 94.0%, 54.3%
CMYK62%, 0%, 88%, 3%
HSV101.9°, 88.3%, 97.3%
LAB86.8, -73.2, 79.9
XYZ38.5, 69.7, 12.6
Decimal6289437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.93:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF81D;
}
.text-color {
color: #5FF81D;
}
.border-color {
border: 2px solid #5FF81D;
}