#66CC00
A medium, vivid green closely aligning with Limegreen.
About #66CC00
Visually, #66CC00 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 102, 204, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 0% M, 100% Y, and 20% K. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66CC00
RGB102, 204, 0
HSL90.0°, 100.0%, 40.0%
CMYK50%, 0%, 100%, 20%
HSV90.0°, 100.0%, 80.0%
LAB73.6, -57.0, 72.6
XYZ27.1, 46.0, 7.5
Decimal6736896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.20:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC00;
}
.text-color {
color: #66CC00;
}
.border-color {
border: 2px solid #66CC00;
}