#5FF824
A medium, vivid green closely aligning with Lawngreen.
About #5FF824
Visually, #5FF824 is defined as a vivid green. 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, 248, and 36.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. With a hue angle of 103.3 degrees, it sits comfortably in the green spectrum.
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#5FF824
RGB95, 248, 36
HSL103.3°, 93.8%, 55.7%
CMYK62%, 0%, 85%, 3%
HSV103.3°, 85.5%, 97.3%
LAB86.8, -73.0, 78.6
XYZ38.6, 69.7, 13.1
Decimal6289444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.94:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF824;
}
.text-color {
color: #5FF824;
}
.border-color {
border: 2px solid #5FF824;
}