#5FE283
A light, moderate green closely aligning with Lightgreen.
About #5FE283
Visually, #5FE283 is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(95, 226, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 58% Cyan, 0% Magenta, 42% Yellow, and 11% Black. With a hue angle of 136.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FE283
RGB95, 226, 131
HSL136.5°, 69.3%, 62.9%
CMYK58%, 0%, 42%, 11%
HSV136.5°, 58.0%, 88.6%
LAB81.0, -56.3, 35.9
XYZ36.0, 58.5, 30.9
Decimal6283907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.69:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE283;
}
.text-color {
color: #5FE283;
}
.border-color {
border: 2px solid #5FE283;
}