#66E90F
A medium, vivid green closely aligning with Lawngreen.
About #66E90F
When working with digital screens, the color #66E90F is rendered by mixing light. It is closely associated with the named CSS color Lawngreen. In the RGB color space, it consists of 102 red, 233 green, and 15 blue.
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. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#66E90F
RGB102, 233, 15
HSL96.1°, 87.9%, 48.6%
CMYK56%, 0%, 94%, 9%
HSV96.1°, 93.6%, 91.4%
LAB82.5, -67.0, 78.3
XYZ34.7, 61.1, 10.4
Decimal6744335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.23:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E90F;
}
.text-color {
color: #66E90F;
}
.border-color {
border: 2px solid #66E90F;
}