#66F85F
A light, vivid green closely aligning with Limegreen.
About #66F85F
Visually, #66F85F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 102 parts red, 248 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 62% yellow, and 3% black. With a hue angle of 117.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#66F85F
RGB102, 248, 95
HSL117.3°, 91.6%, 67.3%
CMYK59%, 0%, 62%, 3%
HSV117.3°, 61.7%, 97.3%
LAB87.4, -67.5, 60.3
XYZ41.1, 70.8, 22.3
Decimal6748255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.16:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F85F;
}
.text-color {
color: #66F85F;
}
.border-color {
border: 2px solid #66F85F;
}