#66E983
A light, vivid green closely aligning with Lightgreen.
About #66E983
Visually, #66E983 is defined as a vivid green. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 131.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 0% magenta, 44% yellow, and 9% black. The HSL representation is 133.3° hue, 74.9% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#66E983
RGB102, 233, 131
HSL133.3°, 74.9%, 65.7%
CMYK56%, 0%, 44%, 9%
HSV133.3°, 56.2%, 91.4%
LAB83.3, -57.4, 38.9
XYZ38.7, 62.7, 31.5
Decimal6744451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E983;
}
.text-color {
color: #66E983;
}
.border-color {
border: 2px solid #66E983;
}