#5FF042
A light, vivid green closely aligning with Limegreen.
About #5FF042
Visually, #5FF042 is defined as a vivid green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 95 red, 240 green, and 66 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 0% magenta, 72% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#5FF042
RGB95, 240, 66
HSL110.0°, 85.3%, 60.0%
CMYK60%, 0%, 72%, 6%
HSV110.0°, 72.5%, 94.1%
LAB84.6, -68.8, 68.3
XYZ36.9, 65.1, 15.8
Decimal6287426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF042;
}
.text-color {
color: #5FF042;
}
.border-color {
border: 2px solid #5FF042;
}