#5FE27C
A light, moderate green closely aligning with Lightgreen.
About #5FE27C
The precise color #5FE27C is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(95, 226, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 58% Cyan, 0% Magenta, 45% Yellow, and 11% Black. With a hue angle of 133.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#5FE27C
RGB95, 226, 124
HSL133.3°, 69.3%, 62.9%
CMYK58%, 0%, 45%, 11%
HSV133.3°, 58.0%, 88.6%
LAB80.9, -57.4, 39.2
XYZ35.6, 58.3, 28.4
Decimal6283900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.66:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE27C;
}
.text-color {
color: #5FE27C;
}
.border-color {
border: 2px solid #5FE27C;
}