#42F81D
A medium, vivid green closely aligning with Lime.
About #42F81D
When working with digital screens, the color #42F81D is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 248, and 29.
Translating this color to physical media requires the CMYK color model. The color uses 73% Cyan, 0% Magenta, 88% Yellow, and 3% Black. The HSL representation is 109.9° hue, 94.0% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42F81D
RGB66, 248, 29
HSL109.9°, 94.0%, 54.3%
CMYK73%, 0%, 88%, 3%
HSV109.9°, 88.3%, 97.3%
LAB86.2, -78.6, 79.1
XYZ36.0, 68.4, 12.5
Decimal4388893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.68:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F81D;
}
.text-color {
color: #42F81D;
}
.border-color {
border: 2px solid #42F81D;
}