#66E97C
A light, vivid green closely aligning with Palegreen.
About #66E97C
At its core, #66E97C is a light and vivid hue. Its closest recognized web color is Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 124.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 56% cyan, 0% magenta, 47% yellow, and 9% black. The HSL representation is 130.1° hue, 74.9% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66E97C
RGB102, 233, 124
HSL130.1°, 74.9%, 65.7%
CMYK56%, 0%, 47%, 9%
HSV130.1°, 56.2%, 91.4%
LAB83.2, -58.5, 42.2
XYZ38.3, 62.6, 29.1
Decimal6744444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E97C;
}
.text-color {
color: #66E97C;
}
.border-color {
border: 2px solid #66E97C;
}