#5FF092
A light, vivid green closely aligning with Mediumspringgreen.
About #5FF092
Visually, #5FF092 is defined as a vivid green. It is closely associated with the named CSS color Mediumspringgreen. Its digital footprint relies on 95 parts red, 240 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 60% C, 0% M, 39% Y, and 6% K. With a hue angle of 141.1 degrees, it sits comfortably in the green spectrum.
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#5FF092
RGB95, 240, 146
HSL141.1°, 82.9%, 65.7%
CMYK60%, 0%, 39%, 6%
HSV141.1°, 60.4%, 94.1%
LAB85.4, -59.1, 34.1
XYZ41.1, 66.8, 37.9
Decimal6287506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.37:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF092;
}
.text-color {
color: #5FF092;
}
.border-color {
border: 2px solid #5FF092;
}