#66F016
A medium, vivid green closely aligning with Lawngreen.
About #66F016
The hex code #66F016 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 240, and 22.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 0% M, 91% Y, and 6% K. The HSL representation is 98.0° hue, 87.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66F016
RGB102, 240, 22
HSL98.0°, 87.9%, 51.4%
CMYK57%, 0%, 91%, 6%
HSV98.0°, 90.8%, 94.1%
LAB84.6, -69.2, 79.1
XYZ36.8, 65.2, 11.4
Decimal6746134
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.04: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: #66F016;
}
.text-color {
color: #66F016;
}
.border-color {
border: 2px solid #66F016;
}