#66FF83
A light, vivid green closely aligning with Springgreen.
About #66FF83
Visually, #66FF83 is defined as a vivid green. Its closest recognized web color is Springgreen. Its digital footprint relies on 102 parts red, 255 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. With a hue angle of 131.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66FF83
RGB102, 255, 131
HSL131.4°, 100.0%, 70.0%
CMYK60%, 0%, 49%, 0%
HSV131.4°, 60.0%, 100.0%
LAB89.9, -65.6, 47.2
XYZ45.3, 76.0, 33.7
Decimal6750083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.20:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF83;
}
.text-color {
color: #66FF83;
}
.border-color {
border: 2px solid #66FF83;
}