#66F800
A medium, vivid green closely aligning with Lawngreen.
About #66F800
The hex code #66F800 represents a beautifully specific shade of green. Its closest recognized web color is Lawngreen. In the RGB color space, it consists of 102 red, 248 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66F800
RGB102, 248, 0
HSL95.3°, 100.0%, 48.6%
CMYK59%, 0%, 100%, 3%
HSV95.3°, 100.0%, 97.3%
LAB87.0, -72.2, 83.2
XYZ39.0, 70.0, 11.4
Decimal6748160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.99:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F800;
}
.text-color {
color: #66F800;
}
.border-color {
border: 2px solid #66F800;
}