#5FFF3A
A light, vivid green closely aligning with Lawngreen.
About #5FFF3A
The hex code #5FFF3A represents a beautifully specific shade of green. It is closely associated with the named CSS color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 255, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 63% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FFF3A
RGB95, 255, 58
HSL108.7°, 100.0%, 61.4%
CMYK63%, 0%, 77%, 0%
HSV108.7°, 77.3%, 100.0%
LAB89.0, -74.2, 75.2
XYZ41.2, 74.3, 16.2
Decimal6291258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.85:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF3A;
}
.text-color {
color: #5FFF3A;
}
.border-color {
border: 2px solid #5FFF3A;
}