#66D350
A medium, moderate green closely aligning with Limegreen.
About #66D350
Visually, #66D350 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(102, 211, 80).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#66D350
RGB102, 211, 80
HSL109.9°, 59.8%, 57.1%
CMYK52%, 0%, 62%, 17%
HSV109.9°, 62.1%, 82.7%
LAB76.1, -55.6, 54.0
XYZ30.2, 50.0, 15.6
Decimal6738768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.00:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D350;
}
.text-color {
color: #66D350;
}
.border-color {
border: 2px solid #66D350;
}