#5FFF99
A light, vivid green closely aligning with Mediumspringgreen.
About #5FFF99
At its core, #5FFF99 is a light and vivid hue. Its closest recognized web color is Mediumspringgreen. Its digital footprint relies on 95 parts red, 255 parts green, and 153 parts blue light.
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, 40% Y, and 0% K. With a hue angle of 141.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#5FFF99
RGB95, 255, 153
HSL141.8°, 100.0%, 68.6%
CMYK63%, 0%, 40%, 0%
HSV141.8°, 62.7%, 100.0%
LAB90.0, -63.6, 36.6
XYZ46.2, 76.3, 42.4
Decimal6291353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF99;
}
.text-color {
color: #5FFF99;
}
.border-color {
border: 2px solid #5FFF99;
}