#5FE93A
A medium, vivid green closely aligning with Limegreen.
About #5FE93A
The precise color #5FE93A is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 233, and 58.
Translating this color to physical media requires the CMYK color model. The color uses 59% Cyan, 0% Magenta, 75% Yellow, and 9% Black. With a hue angle of 107.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#5FE93A
RGB95, 233, 58
HSL107.3°, 79.9%, 57.1%
CMYK59%, 0%, 75%, 9%
HSV107.3°, 75.1%, 91.4%
LAB82.4, -67.0, 68.8
XYZ34.6, 61.0, 14.0
Decimal6285626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.20:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE93A;
}
.text-color {
color: #5FE93A;
}
.border-color {
border: 2px solid #5FE93A;
}