#5FE98A
A light, vivid green closely aligning with Lightgreen.
About #5FE98A
At its core, #5FE98A is a light and vivid hue. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(95, 233, 138).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 59% C, 0% M, 41% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FE98A
RGB95, 233, 138
HSL138.7°, 75.8%, 64.3%
CMYK59%, 0%, 41%, 9%
HSV138.7°, 59.2%, 91.4%
LAB83.2, -57.8, 35.2
XYZ38.4, 62.5, 34.1
Decimal6285706
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE98A;
}
.text-color {
color: #5FE98A;
}
.border-color {
border: 2px solid #5FE98A;
}