#5FE966
A light, vivid green closely aligning with Limegreen.
About #5FE966
Visually, #5FE966 is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 233, and 102.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 56% yellow, and 9% black. The HSL representation is 123.0° hue, 75.8% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FE966
RGB95, 233, 102
HSL123.0°, 75.8%, 64.3%
CMYK59%, 0%, 56%, 9%
HSV123.0°, 59.2%, 91.4%
LAB82.7, -63.0, 51.9
XYZ36.3, 61.7, 22.6
Decimal6285670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.33:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE966;
}
.text-color {
color: #5FE966;
}
.border-color {
border: 2px solid #5FE966;
}