#66FF0F
A medium, vivid green closely aligning with Lawngreen.
About #66FF0F
At its core, #66FF0F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(102, 255, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 0% Magenta, 94% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66FF0F
RGB102, 255, 15
HSL98.2°, 100.0%, 52.9%
CMYK60%, 0%, 94%, 0%
HSV98.2°, 94.1%, 100.0%
LAB89.1, -74.2, 83.7
XYZ41.3, 74.4, 12.6
Decimal6749967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.88:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FF0F;
}
.text-color {
color: #66FF0F;
}
.border-color {
border: 2px solid #66FF0F;
}