#66FF66
A light, vivid green closely aligning with Springgreen.
About #66FF66
The hex code #66FF66 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 255, and 102.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 60% C, 0% M, 60% Y, and 0% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66FF66
RGB102, 255, 102
HSL120.0°, 100.0%, 70.0%
CMYK60%, 0%, 60%, 0%
HSV120.0°, 60.0%, 100.0%
LAB89.5, -69.2, 59.8
XYZ43.6, 75.3, 24.8
Decimal6750054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.06:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF66;
}
.text-color {
color: #66FF66;
}
.border-color {
border: 2px solid #66FF66;
}