#4af166
a balanced, electric green · cool · closest name: lime
RGB
74, 241, 102
HSL
130°, 86%, 62%
CMYK
69, 0, 58, 6
Luminance
0.6533
Every format
| HEX | #4af166 |
| RGB | rgb(74, 241, 102) |
| HSL | hsl(130, 86%, 62%) |
| CMYK | cmyk(69%, 0%, 58%, 6%) |
| LAB | lab(84.7 -69.8 54.0) |
| LCH | lch(84.7 88.3 142.3) |
| OKLCH | oklch(0.844 0.228 145.9) |
Copy-ready code
/* CSS */
color: #4af166;
background-color: #4af166;
/* Tailwind (arbitrary) */
class="text-[#4af166] bg-[#4af166]"
/* SCSS */
$brand: #4af166;
/* SwiftUI */
Color(red: 0.290, green: 0.945, blue: 0.400)
/* Android */
Color.parseColor("#4af166")Accessibility — WCAG contrast
Aa
#4af166 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af166 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green94.5%
Blue40.0%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow57.7%
Key (black)5.5%
Color previews
#4af166 text on a black background
contrast 14.07:1
Card sample
#4af166 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af166;
Background color
Panel with #4af166 background
background-color: #4af166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 241, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 241, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af166; background: linear-gradient(135deg, #4af166, #4AF1D5);