#66C524
A medium, moderate green closely aligning with Limegreen.
About #66C524
When working with digital screens, the color #66C524 is rendered by mixing light. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 197, and 36.
Translating this color to physical media requires the CMYK color model. The color uses 48% Cyan, 0% Magenta, 82% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66C524
RGB102, 197, 36
HSL95.4°, 69.1%, 45.7%
CMYK48%, 0%, 82%, 23%
HSV95.4°, 81.7%, 77.3%
LAB71.5, -53.5, 65.0
XYZ25.8, 42.9, 8.6
Decimal6735140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.58:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66C524;
}
.text-color {
color: #66C524;
}
.border-color {
border: 2px solid #66C524;
}