#4afb2d
a balanced, electric green · cool · closest name: lime
RGB
74, 251, 45
HSL
112°, 96%, 58%
CMYK
71, 0, 82, 2
Luminance
0.7064
Every format
| HEX | #4afb2d |
| RGB | rgb(74, 251, 45) |
| HSL | hsl(112, 96%, 58%) |
| CMYK | cmyk(71%, 0%, 82%, 2%) |
| LAB | lab(87.3 -77.6 76.9) |
| LCH | lch(87.3 109.2 135.3) |
| OKLCH | oklch(0.865 0.271 141.3) |
Copy-ready code
/* CSS */
color: #4afb2d;
background-color: #4afb2d;
/* Tailwind (arbitrary) */
class="text-[#4afb2d] bg-[#4afb2d]"
/* SCSS */
$brand: #4afb2d;
/* SwiftUI */
Color(red: 0.290, green: 0.984, blue: 0.176)
/* Android */
Color.parseColor("#4afb2d")Accessibility — WCAG contrast
Aa
#4afb2d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4afb2d on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green98.4%
Blue17.6%
CMYK percentages
Cyan70.5%
Magenta0.0%
Yellow82.1%
Key (black)1.6%
Color previews
#4afb2d text on a black background
contrast 15.13:1
Card sample
#4afb2d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4afb2d;
Background color
Panel with #4afb2d background
background-color: #4afb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4afb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 251, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 251, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4afb2d; background: linear-gradient(135deg, #4afb2d, #2DFB99);