#4ee113
a balanced, electric green · cool · closest name: lime
RGB
78, 225, 19
HSL
103°, 84%, 48%
CMYK
65, 0, 92, 12
Luminance
0.5552
Every format
| HEX | #4ee113 |
| RGB | rgb(78, 225, 19) |
| HSL | hsl(103, 84%, 48%) |
| CMYK | cmyk(65%, 0%, 92%, 12%) |
| LAB | lab(79.3 -69.8 74.9) |
| LCH | lch(79.3 102.4 133.0) |
| OKLCH | oklch(0.799 0.252 139.8) |
Copy-ready code
/* CSS */
color: #4ee113;
background-color: #4ee113;
/* Tailwind (arbitrary) */
class="text-[#4ee113] bg-[#4ee113]"
/* SCSS */
$brand: #4ee113;
/* SwiftUI */
Color(red: 0.306, green: 0.882, blue: 0.075)
/* Android */
Color.parseColor("#4ee113")Accessibility — WCAG contrast
Aa
#4ee113 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee113 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green88.2%
Blue7.5%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow91.6%
Key (black)11.8%
Color previews
#4ee113 text on a black background
contrast 12.10:1
Card sample
#4ee113 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee113;
Background color
Panel with #4ee113 background
background-color: #4ee113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 225, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 225, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee113; background: linear-gradient(135deg, #4ee113, #13E161);