#5FFF6D
A light, vivid green closely aligning with Springgreen.
About #5FFF6D
At its core, #5FFF6D is a light and vivid hue. It is closely associated with the named CSS color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 255, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 63% C, 0% M, 57% Y, and 0% K. The HSL representation is 125.2° hue, 100.0% saturation, and 68.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#5FFF6D
RGB95, 255, 109
HSL125.2°, 100.0%, 68.6%
CMYK63%, 0%, 57%, 0%
HSV125.2°, 62.7%, 100.0%
LAB89.4, -69.8, 56.6
XYZ43.2, 75.1, 26.7
Decimal6291309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.01:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF6D;
}
.text-color {
color: #5FFF6D;
}
.border-color {
border: 2px solid #5FFF6D;
}