#66F81D
A medium, vivid green closely aligning with Lawngreen.
About #66F81D
The precise color #66F81D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(102, 248, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 0% M, 88% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66F81D
RGB102, 248, 29
HSL100.0°, 94.0%, 54.3%
CMYK59%, 0%, 88%, 3%
HSV100.0°, 88.3%, 97.3%
LAB87.0, -71.7, 80.1
XYZ39.3, 70.0, 12.6
Decimal6748189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.01:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F81D;
}
.text-color {
color: #66F81D;
}
.border-color {
border: 2px solid #66F81D;
}