#42e034
a balanced, vivid green · cool · closest name: lime
RGB
66, 224, 52
HSL
115°, 74%, 54%
CMYK
71, 0, 77, 12
Luminance
0.5472
Every format
| HEX | #42e034 |
| RGB | rgb(66, 224, 52) |
| HSL | hsl(115, 74%, 54%) |
| CMYK | cmyk(71%, 0%, 77%, 12%) |
| LAB | lab(78.9 -70.3 67.0) |
| LCH | lch(78.9 97.2 136.4) |
| OKLCH | oklch(0.795 0.243 142.0) |
Copy-ready code
/* CSS */
color: #42e034;
background-color: #42e034;
/* Tailwind (arbitrary) */
class="text-[#42e034] bg-[#42e034]"
/* SCSS */
$brand: #42e034;
/* SwiftUI */
Color(red: 0.259, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#42e034")Accessibility — WCAG contrast
Aa
#42e034 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#42e034 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green87.8%
Blue20.4%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#42e034 text on a black background
contrast 11.94:1
Card sample
#42e034 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42e034;
Background color
Panel with #42e034 background
background-color: #42e034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42e034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42e034; background: linear-gradient(135deg, #42e034, #34E099);