#66F01D
A medium, vivid green closely aligning with Lawngreen.
About #66F01D
The hex code #66F01D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(102, 240, 29).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 0% magenta, 88% yellow, and 6% black. With a hue angle of 99.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66F01D
RGB102, 240, 29
HSL99.2°, 87.6%, 52.7%
CMYK57%, 0%, 88%, 6%
HSV99.2°, 87.9%, 94.1%
LAB84.6, -69.0, 78.1
XYZ36.9, 65.2, 11.8
Decimal6746141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.05:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F01D;
}
.text-color {
color: #66F01D;
}
.border-color {
border: 2px solid #66F01D;
}