#5FE299
A light, moderate green closely aligning with Lightgreen.
About #5FE299
Visually, #5FE299 is defined as a moderate green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 226, and 153.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 58% cyan, 0% magenta, 32% yellow, and 11% black. The HSL representation is 146.6° hue, 69.3% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FE299
RGB95, 226, 153
HSL146.6°, 69.3%, 62.9%
CMYK58%, 0%, 32%, 11%
HSV146.6°, 58.0%, 88.6%
LAB81.4, -52.4, 25.1
XYZ37.7, 59.1, 39.6
Decimal6283929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.83:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE299;
}
.text-color {
color: #5FE299;
}
.border-color {
border: 2px solid #5FE299;
}