#66D33A
A medium, moderate green closely aligning with Limegreen.
About #66D33A
Visually, #66D33A 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, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 52% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66D33A
RGB102, 211, 58
HSL102.7°, 63.5%, 52.7%
CMYK52%, 0%, 73%, 17%
HSV102.7°, 72.5%, 82.7%
LAB75.9, -57.4, 62.4
XYZ29.5, 49.7, 12.0
Decimal6738746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D33A;
}
.text-color {
color: #66D33A;
}
.border-color {
border: 2px solid #66D33A;
}