#66E942
A medium, vivid green closely aligning with Limegreen.
About #66E942
At its core, #66E942 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(102, 233, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. The HSL representation is 107.1° hue, 79.1% saturation, and 58.6% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66E942
RGB102, 233, 66
HSL107.1°, 79.1%, 58.6%
CMYK56%, 0%, 72%, 9%
HSV107.1°, 71.7%, 91.4%
LAB82.6, -64.8, 66.4
XYZ35.6, 61.5, 15.1
Decimal6744386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.30:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E942;
}
.text-color {
color: #66E942;
}
.border-color {
border: 2px solid #66E942;
}