#5FF816
A medium, vivid green closely aligning with Lawngreen.
About #5FF816
At its core, #5FF816 is a medium and vivid hue. It is closely associated with the named CSS color Lawngreen. In the RGB color space, it consists of 95 red, 248 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FF816
RGB95, 248, 22
HSL100.6°, 94.2%, 52.9%
CMYK62%, 0%, 91%, 3%
HSV100.6°, 91.1%, 97.3%
LAB86.8, -73.4, 80.9
XYZ38.4, 69.6, 12.2
Decimal6289430
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: #5FF816;
}
.text-color {
color: #5FF816;
}
.border-color {
border: 2px solid #5FF816;
}