#5FF06D
A light, vivid green closely aligning with Springgreen.
About #5FF06D
At its core, #5FF06D is a light and vivid hue. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(95, 240, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 60% cyan, 0% magenta, 55% yellow, and 6% black. With a hue angle of 125.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF06D
RGB95, 240, 109
HSL125.8°, 82.9%, 65.7%
CMYK60%, 0%, 55%, 6%
HSV125.8°, 60.4%, 94.1%
LAB84.9, -64.6, 51.3
XYZ38.6, 65.9, 25.1
Decimal6287469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.17:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF06D;
}
.text-color {
color: #5FF06D;
}
.border-color {
border: 2px solid #5FF06D;
}