#5FF08A
A light, vivid green closely aligning with Mediumspringgreen.
About #5FF08A
Visually, #5FF08A is defined as a vivid green. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 95 red, 240 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 60% Cyan, 0% Magenta, 43% Yellow, and 6% Black. The HSL representation is 137.8° hue, 82.9% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF08A
RGB95, 240, 138
HSL137.8°, 82.9%, 65.7%
CMYK60%, 0%, 43%, 6%
HSV137.8°, 60.4%, 94.1%
LAB85.3, -60.5, 38.0
XYZ40.5, 66.6, 34.8
Decimal6287498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.32:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF08A;
}
.text-color {
color: #5FF08A;
}
.border-color {
border: 2px solid #5FF08A;
}