#4af62f
a balanced, electric green · cool · closest name: lime
RGB
74, 246, 47
HSL
112°, 92%, 58%
CMYK
70, 0, 81, 4
Luminance
0.6757
Every format
| HEX | #4af62f |
| RGB | rgb(74, 246, 47) |
| HSL | hsl(112, 92%, 58%) |
| CMYK | cmyk(70%, 0%, 81%, 4%) |
| LAB | lab(85.8 -76.0 75.0) |
| LCH | lch(85.8 106.8 135.4) |
| OKLCH | oklch(0.853 0.266 141.4) |
Copy-ready code
/* CSS */
color: #4af62f;
background-color: #4af62f;
/* Tailwind (arbitrary) */
class="text-[#4af62f] bg-[#4af62f]"
/* SCSS */
$brand: #4af62f;
/* SwiftUI */
Color(red: 0.290, green: 0.965, blue: 0.184)
/* Android */
Color.parseColor("#4af62f")Accessibility — WCAG contrast
Aa
#4af62f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af62f on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green96.5%
Blue18.4%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow80.9%
Key (black)3.5%
Color previews
#4af62f text on a black background
contrast 14.51:1
Card sample
#4af62f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af62f;
Background color
Panel with #4af62f background
background-color: #4af62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 246, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 246, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af62f; background: linear-gradient(135deg, #4af62f, #2FF699);