#66E95F
A light, vivid green closely aligning with Limegreen.
About #66E95F
Visually, #66E95F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(102, 233, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 56% cyan, 0% magenta, 59% yellow, and 9% black. With a hue angle of 117.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light 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#66E95F
RGB102, 233, 95
HSL117.0°, 75.8%, 64.3%
CMYK56%, 0%, 59%, 9%
HSV117.0°, 59.2%, 91.4%
LAB82.9, -62.1, 55.2
XYZ36.7, 61.9, 20.8
Decimal6744415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.39:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E95F;
}
.text-color {
color: #66E95F;
}
.border-color {
border: 2px solid #66E95F;
}