#66F033
A medium, vivid green closely aligning with Lawngreen.
About #66F033
At its core, #66F033 is a medium and vivid hue. 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 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 57% Cyan, 0% Magenta, 79% Yellow, and 6% Black. The HSL representation is 103.8° hue, 86.3% saturation, and 57.1% lightness.
Contrast ratios determine whether this color is safe for typography. 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#66F033
RGB102, 240, 51
HSL103.8°, 86.3%, 57.1%
CMYK57%, 0%, 79%, 6%
HSV103.8°, 78.8%, 94.1%
LAB84.7, -68.1, 73.2
XYZ37.2, 65.4, 13.8
Decimal6746163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.08:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F033;
}
.text-color {
color: #66F033;
}
.border-color {
border: 2px solid #66F033;
}