#66E92C
A medium, vivid green closely aligning with Lawngreen.
About #66E92C
Visually, #66E92C is defined as a vivid green. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(102, 233, 44).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. With a hue angle of 101.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66E92C
RGB102, 233, 44
HSL101.6°, 81.1%, 54.3%
CMYK56%, 0%, 81%, 9%
HSV101.6°, 81.1%, 91.4%
LAB82.5, -66.1, 73.0
XYZ35.1, 61.3, 12.4
Decimal6744364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.26:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E92C;
}
.text-color {
color: #66E92C;
}
.border-color {
border: 2px solid #66E92C;
}