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