#5FFF92
A light, vivid green closely aligning with Mediumspringgreen.
About #5FFF92
Visually, #5FFF92 is defined as a vivid green. It is closely associated with the named CSS color Mediumspringgreen. Its digital footprint relies on 95 parts red, 255 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 63% C, 0% M, 43% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FFF92
RGB95, 255, 146
HSL139.1°, 100.0%, 68.6%
CMYK63%, 0%, 43%, 0%
HSV139.1°, 62.7%, 100.0%
LAB89.9, -64.7, 39.9
XYZ45.7, 76.0, 39.5
Decimal6291346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.21:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFF92;
}
.text-color {
color: #5FFF92;
}
.border-color {
border: 2px solid #5FFF92;
}