#4ad331
a balanced, vivid green · cool · closest name: lime
RGB
74, 211, 49
HSL
111°, 65%, 51%
CMYK
65, 0, 77, 17
Luminance
0.4827
Every format
| HEX | #4ad331 |
| RGB | rgb(74, 211, 49) |
| HSL | hsl(111, 65%, 51%) |
| CMYK | cmyk(65%, 0%, 77%, 17%) |
| LAB | lab(75.0 -64.9 64.3) |
| LCH | lch(75.0 91.3 135.3) |
| OKLCH | oklch(0.763 0.228 141.0) |
Copy-ready code
/* CSS */
color: #4ad331;
background-color: #4ad331;
/* Tailwind (arbitrary) */
class="text-[#4ad331] bg-[#4ad331]"
/* SCSS */
$brand: #4ad331;
/* SwiftUI */
Color(red: 0.290, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#4ad331")Accessibility — WCAG contrast
Aa
#4ad331 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ad331 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green82.7%
Blue19.2%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#4ad331 text on a black background
contrast 10.65:1
Card sample
#4ad331 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ad331;
Background color
Panel with #4ad331 background
background-color: #4ad331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ad331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ad331; background: linear-gradient(135deg, #4ad331, #31D384);