#66E957
A light, vivid green closely aligning with Limegreen.
About #66E957
The precise color #66E957 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 87.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. The HSL representation is 113.8° hue, 76.8% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E957
RGB102, 233, 87
HSL113.8°, 76.8%, 62.7%
CMYK56%, 0%, 63%, 9%
HSV113.8°, 62.7%, 91.4%
LAB82.8, -63.0, 58.5
XYZ36.3, 61.8, 19.0
Decimal6744407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.36:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E957;
}
.text-color {
color: #66E957;
}
.border-color {
border: 2px solid #66E957;
}