#66CC24
A medium, vivid green closely aligning with Limegreen.
About #66CC24
At its core, #66CC24 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 204, and 36.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. With a hue angle of 96.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66CC24
RGB102, 204, 36
HSL96.4°, 70.0%, 47.1%
CMYK50%, 0%, 82%, 20%
HSV96.4°, 82.4%, 80.0%
LAB73.6, -56.1, 67.0
XYZ27.4, 46.1, 9.1
Decimal6736932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.23:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC24;
}
.text-color {
color: #66CC24;
}
.border-color {
border: 2px solid #66CC24;
}