#66F03A
A medium, vivid green closely aligning with Lawngreen.
About #66F03A
The precise color #66F03A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 102 red, 240 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 57% C, 0% M, 76% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66F03A
RGB102, 240, 58
HSL105.5°, 85.8%, 58.4%
CMYK57%, 0%, 76%, 6%
HSV105.5°, 75.8%, 94.1%
LAB84.7, -67.7, 71.1
XYZ37.4, 65.5, 14.7
Decimal6746170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.09:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F03A;
}
.text-color {
color: #66F03A;
}
.border-color {
border: 2px solid #66F03A;
}