#5FE992
A light, vivid green closely aligning with Lightgreen.
About #5FE992
At its core, #5FE992 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 95 red, 233 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 59% C, 0% M, 37% Y, and 9% K. The HSL representation is 142.2° hue, 75.8% saturation, and 64.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5FE992
RGB95, 233, 146
HSL142.2°, 75.8%, 64.3%
CMYK59%, 0%, 37%, 9%
HSV142.2°, 59.2%, 91.4%
LAB83.3, -56.5, 31.4
XYZ39.0, 62.8, 37.3
Decimal6285714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE992;
}
.text-color {
color: #5FE992;
}
.border-color {
border: 2px solid #5FE992;
}