#42FF0F
A medium, vivid green closely aligning with Lime.
About #42FF0F
Visually, #42FF0F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 255, and 15.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. With a hue angle of 107.2 degrees, it sits comfortably in the green spectrum.
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#42FF0F
RGB66, 255, 15
HSL107.2°, 100.0%, 52.9%
CMYK74%, 0%, 94%, 0%
HSV107.2°, 94.1%, 100.0%
LAB88.3, -81.0, 82.7
XYZ38.1, 72.7, 12.5
Decimal4390671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.54:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FF0F;
}
.text-color {
color: #42FF0F;
}
.border-color {
border: 2px solid #42FF0F;
}