#5FF800
A medium, vivid green closely aligning with Lawngreen.
About #5FF800
When working with digital screens, the color #5FF800 is rendered by mixing light. Designers often compare it to the standard color Lawngreen. Its digital footprint relies on 95 parts red, 248 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 62% C, 0% M, 100% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5FF800
RGB95, 248, 0
HSL97.0°, 100.0%, 48.6%
CMYK62%, 0%, 100%, 3%
HSV97.0°, 100.0%, 97.3%
LAB86.8, -73.8, 82.9
XYZ38.3, 69.6, 11.4
Decimal6289408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.91:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF800;
}
.text-color {
color: #5FF800;
}
.border-color {
border: 2px solid #5FF800;
}