#4ce034
a balanced, vivid green · cool · closest name: lime
RGB
76, 224, 52
HSL
112°, 74%, 54%
CMYK
66, 0, 77, 12
Luminance
0.5510
Every format
| HEX | #4ce034 |
| RGB | rgb(76, 224, 52) |
| HSL | hsl(112, 74%, 54%) |
| CMYK | cmyk(66%, 0%, 77%, 12%) |
| LAB | lab(79.1 -68.5 67.3) |
| LCH | lch(79.1 96.0 135.5) |
| OKLCH | oklch(0.797 0.240 141.2) |
Copy-ready code
/* CSS */
color: #4ce034;
background-color: #4ce034;
/* Tailwind (arbitrary) */
class="text-[#4ce034] bg-[#4ce034]"
/* SCSS */
$brand: #4ce034;
/* SwiftUI */
Color(red: 0.298, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#4ce034")Accessibility — WCAG contrast
Aa
#4ce034 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce034 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.8%
Blue20.4%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#4ce034 text on a black background
contrast 12.02:1
Card sample
#4ce034 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce034;
Background color
Panel with #4ce034 background
background-color: #4ce034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce034; background: linear-gradient(135deg, #4ce034, #34E08F);