#5FE900
A medium, vivid green closely aligning with Lawngreen.
About #5FE900
The hex code #5FE900 represents a beautifully specific shade of 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, 233, and 0.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FE900
RGB95, 233, 0
HSL95.5°, 100.0%, 45.7%
CMYK59%, 0%, 100%, 9%
HSV95.5°, 100.0%, 91.4%
LAB82.2, -68.9, 79.3
XYZ33.9, 60.7, 9.9
Decimal6285568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE900;
}
.text-color {
color: #5FE900;
}
.border-color {
border: 2px solid #5FE900;
}