#5FE207
A medium, vivid green closely aligning with Lawngreen.
About #5FE207
Visually, #5FE207 is defined as a vivid green. Designers often compare it to the standard color Lawngreen. In the RGB color space, it consists of 95 red, 226 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 58% cyan, 0% magenta, 97% yellow, and 11% black. With a hue angle of 95.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FE207
RGB95, 226, 7
HSL95.9°, 94.0%, 45.7%
CMYK58%, 0%, 97%, 11%
HSV95.9°, 96.9%, 88.6%
LAB80.1, -66.5, 77.0
XYZ32.0, 56.8, 9.5
Decimal6283783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.37:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE207;
}
.text-color {
color: #5FE207;
}
.border-color {
border: 2px solid #5FE207;
}