#4cd930
a balanced, vivid green · cool · closest name: lime
RGB
76, 217, 48
HSL
110°, 69%, 52%
CMYK
65, 0, 78, 15
Luminance
0.5138
Every format
| HEX | #4cd930 |
| RGB | rgb(76, 217, 48) |
| HSL | hsl(110, 69%, 52%) |
| CMYK | cmyk(65%, 0%, 78%, 15%) |
| LAB | lab(76.9 -66.5 66.4) |
| LCH | lch(76.9 94.0 135.0) |
| OKLCH | oklch(0.779 0.234 140.9) |
Copy-ready code
/* CSS */
color: #4cd930;
background-color: #4cd930;
/* Tailwind (arbitrary) */
class="text-[#4cd930] bg-[#4cd930]"
/* SCSS */
$brand: #4cd930;
/* SwiftUI */
Color(red: 0.298, green: 0.851, blue: 0.188)
/* Android */
Color.parseColor("#4cd930")Accessibility — WCAG contrast
Aa
#4cd930 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd930 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.1%
Blue18.8%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow77.9%
Key (black)14.9%
Color previews
#4cd930 text on a black background
contrast 11.28:1
Card sample
#4cd930 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd930;
Background color
Panel with #4cd930 background
background-color: #4cd930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 217, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 217, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd930; background: linear-gradient(135deg, #4cd930, #30D985);