#66E266
A light, moderate green closely aligning with Limegreen.
About #66E266
Visually, #66E266 is defined as a moderate green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(102, 226, 102).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 55% cyan, 0% magenta, 55% yellow, and 11% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E266
RGB102, 226, 102
HSL120.0°, 68.1%, 64.3%
CMYK55%, 0%, 55%, 11%
HSV120.0°, 54.9%, 88.6%
LAB80.8, -58.8, 49.7
XYZ35.1, 58.2, 22.0
Decimal6742630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.64:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E266;
}
.text-color {
color: #66E266;
}
.border-color {
border: 2px solid #66E266;
}