#5FF807
A medium, vivid green closely aligning with Lawngreen.
About #5FF807
Visually, #5FF807 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 95 red, 248 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FF807
RGB95, 248, 7
HSL98.1°, 94.5%, 50.0%
CMYK62%, 0%, 97%, 3%
HSV98.1°, 97.2%, 97.3%
LAB86.8, -73.7, 82.4
XYZ38.3, 69.6, 11.6
Decimal6289415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.92: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: #5FF807;
}
.text-color {
color: #5FF807;
}
.border-color {
border: 2px solid #5FF807;
}