#5FFF33
A light, vivid green closely aligning with Lawngreen.
About #5FFF33
At its core, #5FFF33 is a light and vivid hue. Its closest recognized web color is Lawngreen. In the RGB color space, it consists of 95 red, 255 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 63% cyan and 0% magenta inks. With a hue angle of 107.1 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FFF33
RGB95, 255, 51
HSL107.1°, 100.0%, 60.0%
CMYK63%, 0%, 80%, 0%
HSV107.1°, 80.0%, 100.0%
LAB89.0, -74.6, 77.1
XYZ41.1, 74.2, 15.3
Decimal6291251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.84:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF33;
}
.text-color {
color: #5FFF33;
}
.border-color {
border: 2px solid #5FFF33;
}