#5FE9A0
A light, vivid green closely aligning with Lightgreen.
About #5FE9A0
The hex code #5FE9A0 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. Its digital footprint relies on 95 parts red, 233 parts green, and 160 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#5FE9A0
RGB95, 233, 160
HSL148.3°, 75.8%, 64.3%
CMYK59%, 0%, 31%, 9%
HSV148.3°, 59.2%, 91.4%
LAB83.6, -53.9, 24.5
XYZ40.2, 63.2, 43.3
Decimal6285728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.65:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE9A0;
}
.text-color {
color: #5FE9A0;
}
.border-color {
border: 2px solid #5FE9A0;
}