#5FF842
A light, vivid green closely aligning with Lawngreen.
About #5FF842
The hex code #5FF842 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(95, 248, 66).
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 0% Magenta, 73% Yellow, and 3% Black. The HSL representation is 110.4° hue, 92.9% saturation, and 61.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FF842
RGB95, 248, 66
HSL110.4°, 92.9%, 61.6%
CMYK62%, 0%, 73%, 3%
HSV110.4°, 73.4%, 97.3%
LAB87.0, -71.5, 70.7
XYZ39.3, 70.0, 16.6
Decimal6289474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.99:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF842;
}
.text-color {
color: #5FF842;
}
.border-color {
border: 2px solid #5FF842;
}