#4af63c
a balanced, electric green · cool · closest name: lime
RGB
74, 246, 60
HSL
116°, 91%, 60%
CMYK
70, 0, 76, 4
Luminance
0.6769
Every format
| HEX | #4af63c |
| RGB | rgb(74, 246, 60) |
| HSL | hsl(116, 91%, 60%) |
| CMYK | cmyk(70%, 0%, 76%, 4%) |
| LAB | lab(85.8 -75.3 71.4) |
| LCH | lch(85.8 103.7 136.5) |
| OKLCH | oklch(0.853 0.260 142.0) |
Copy-ready code
/* CSS */
color: #4af63c;
background-color: #4af63c;
/* Tailwind (arbitrary) */
class="text-[#4af63c] bg-[#4af63c]"
/* SCSS */
$brand: #4af63c;
/* SwiftUI */
Color(red: 0.290, green: 0.965, blue: 0.235)
/* Android */
Color.parseColor("#4af63c")Accessibility — WCAG contrast
Aa
#4af63c on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4af63c on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green96.5%
Blue23.5%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow75.6%
Key (black)3.5%
Color previews
#4af63c text on a black background
contrast 14.54:1
Card sample
#4af63c text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4af63c;
Background color
Panel with #4af63c background
background-color: #4af63c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4af63c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 246, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 246, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4af63c; background: linear-gradient(135deg, #4af63c, #3CF6AA);