#4afb0d
a balanced, electric green · cool · closest name: lime
RGB
74, 251, 13
HSL
105°, 97%, 52%
CMYK
71, 0, 95, 2
Luminance
0.7048
Every format
| HEX | #4afb0d |
| RGB | rgb(74, 251, 13) |
| HSL | hsl(105, 97%, 52%) |
| CMYK | cmyk(71%, 0%, 95%, 2%) |
| LAB | lab(87.2 -78.6 82.1) |
| LCH | lch(87.2 113.6 133.8) |
| OKLCH | oklch(0.864 0.279 140.5) |
Copy-ready code
/* CSS */
color: #4afb0d;
background-color: #4afb0d;
/* Tailwind (arbitrary) */
class="text-[#4afb0d] bg-[#4afb0d]"
/* SCSS */
$brand: #4afb0d;
/* SwiftUI */
Color(red: 0.290, green: 0.984, blue: 0.051)
/* Android */
Color.parseColor("#4afb0d")Accessibility — WCAG contrast
Aa
#4afb0d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afb0d on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.4%
Blue5.1%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow94.8%
Key (black)1.6%
Color previews
#4afb0d text on a black background
contrast 15.10:1
Card sample
#4afb0d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afb0d;
Background color
Panel with #4afb0d background
background-color: #4afb0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afb0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 251, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 251, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afb0d; background: linear-gradient(135deg, #4afb0d, #0DFB6F);