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