#66C507
A medium, vivid green closely aligning with Limegreen.
About #66C507
At its core, #66C507 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 197, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 48% Cyan, 0% Magenta, 96% Yellow, and 23% Black. The HSL representation is 90.0° hue, 93.1% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66C507
RGB102, 197, 7
HSL90.0°, 93.1%, 40.0%
CMYK48%, 0%, 96%, 23%
HSV90.0°, 96.4%, 77.3%
LAB71.4, -54.3, 70.1
XYZ25.5, 42.8, 7.1
Decimal6735111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66C507;
}
.text-color {
color: #66C507;
}
.border-color {
border: 2px solid #66C507;
}