#4ce040
a balanced, vivid green · cool · closest name: lime
RGB
76, 224, 64
HSL
116°, 72%, 57%
CMYK
66, 0, 71, 12
Luminance
0.5522
Every format
| HEX | #4ce040 |
| RGB | rgb(76, 224, 64) |
| HSL | hsl(116, 72%, 57%) |
| CMYK | cmyk(66%, 0%, 71%, 12%) |
| LAB | lab(79.2 -67.7 63.4) |
| LCH | lch(79.2 92.7 136.9) |
| OKLCH | oklch(0.798 0.234 142.0) |
Copy-ready code
/* CSS */
color: #4ce040;
background-color: #4ce040;
/* Tailwind (arbitrary) */
class="text-[#4ce040] bg-[#4ce040]"
/* SCSS */
$brand: #4ce040;
/* SwiftUI */
Color(red: 0.298, green: 0.878, blue: 0.251)
/* Android */
Color.parseColor("#4ce040")Accessibility — WCAG contrast
Aa
#4ce040 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ce040 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green87.8%
Blue25.1%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow71.4%
Key (black)12.2%
Color previews
#4ce040 text on a black background
contrast 12.04:1
Card sample
#4ce040 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ce040;
Background color
Panel with #4ce040 background
background-color: #4ce040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ce040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 224, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 224, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ce040; background: linear-gradient(135deg, #4ce040, #40E09F);