#4adf13
a balanced, electric green · cool · closest name: lime
RGB
74, 223, 19
HSL
104°, 84%, 48%
CMYK
67, 0, 92, 13
Luminance
0.5428
Every format
| HEX | #4adf13 |
| RGB | rgb(74, 223, 19) |
| HSL | hsl(104, 84%, 48%) |
| CMYK | cmyk(67%, 0%, 92%, 13%) |
| LAB | lab(78.6 -70.0 74.3) |
| LCH | lch(78.6 102.1 133.3) |
| OKLCH | oklch(0.793 0.251 140.0) |
Copy-ready code
/* CSS */
color: #4adf13;
background-color: #4adf13;
/* Tailwind (arbitrary) */
class="text-[#4adf13] bg-[#4adf13]"
/* SCSS */
$brand: #4adf13;
/* SwiftUI */
Color(red: 0.290, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#4adf13")Accessibility — WCAG contrast
Aa
#4adf13 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adf13 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.5%
Blue7.5%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#4adf13 text on a black background
contrast 11.86:1
Card sample
#4adf13 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adf13;
Background color
Panel with #4adf13 background
background-color: #4adf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adf13; background: linear-gradient(135deg, #4adf13, #13DF64);