#66CC07
A medium, vivid green closely aligning with Limegreen.
About #66CC07
When working with digital screens, the color #66CC07 is rendered by mixing light. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 102 parts red, 204 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 0% magenta, 97% yellow, and 20% black. The HSL representation is 91.1° hue, 93.4% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66CC07
RGB102, 204, 7
HSL91.1°, 93.4%, 41.4%
CMYK50%, 0%, 97%, 20%
HSV91.1°, 96.6%, 80.0%
LAB73.6, -56.9, 71.9
XYZ27.1, 46.0, 7.7
Decimal6736903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.21:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC07;
}
.text-color {
color: #66CC07;
}
.border-color {
border: 2px solid #66CC07;
}