#66E924
A medium, vivid green closely aligning with Lawngreen.
About #66E924
When working with digital screens, the color #66E924 is rendered by mixing light. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(102, 233, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 56% C, 0% M, 85% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E924
RGB102, 233, 36
HSL99.9°, 81.7%, 52.7%
CMYK56%, 0%, 85%, 9%
HSV99.9°, 84.5%, 91.4%
LAB82.5, -66.4, 74.9
XYZ34.9, 61.2, 11.6
Decimal6744356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.25:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E924;
}
.text-color {
color: #66E924;
}
.border-color {
border: 2px solid #66E924;
}