#42B60F
A dark, vivid green closely aligning with Limegreen.
About #42B60F
At its core, #42B60F is a dark and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 66 red, 182 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 64% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42B60F
RGB66, 182, 15
HSL101.7°, 84.8%, 38.6%
CMYK64%, 0%, 92%, 29%
HSV101.7°, 91.8%, 71.4%
LAB65.5, -58.5, 63.8
XYZ19.1, 34.6, 6.1
Decimal4371983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.93:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42B60F;
}
.text-color {
color: #42B60F;
}
.border-color {
border: 2px solid #42B60F;
}