#4aec13
a balanced, electric green · cool · closest name: lime
RGB
74, 236, 19
HSL
105°, 85%, 50%
CMYK
69, 0, 92, 8
Luminance
0.6149
Every format
| HEX | #4aec13 |
| RGB | rgb(74, 236, 19) |
| HSL | hsl(105, 85%, 50%) |
| CMYK | cmyk(69%, 0%, 92%, 8%) |
| LAB | lab(82.6 -74.0 77.6) |
| LCH | lch(82.6 107.3 133.6) |
| OKLCH | oklch(0.826 0.264 140.3) |
Copy-ready code
/* CSS */
color: #4aec13;
background-color: #4aec13;
/* Tailwind (arbitrary) */
class="text-[#4aec13] bg-[#4aec13]"
/* SCSS */
$brand: #4aec13;
/* SwiftUI */
Color(red: 0.290, green: 0.925, blue: 0.075)
/* Android */
Color.parseColor("#4aec13")Accessibility — WCAG contrast
Aa
#4aec13 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aec13 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green92.5%
Blue7.5%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow91.9%
Key (black)7.5%
Color previews
#4aec13 text on a black background
contrast 13.30:1
Card sample
#4aec13 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aec13;
Background color
Panel with #4aec13 background
background-color: #4aec13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aec13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 236, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 236, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aec13; background: linear-gradient(135deg, #4aec13, #13EC6D);