#66E93A
A medium, vivid green closely aligning with Limegreen.
About #66E93A
The hex code #66E93A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(102, 233, 58).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 56% Cyan, 0% Magenta, 75% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#66E93A
RGB102, 233, 58
HSL104.9°, 79.9%, 57.1%
CMYK56%, 0%, 75%, 9%
HSV104.9°, 75.1%, 91.4%
LAB82.6, -65.3, 69.1
XYZ35.4, 61.4, 14.0
Decimal6744378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.28:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E93A;
}
.text-color {
color: #66E93A;
}
.border-color {
border: 2px solid #66E93A;
}