#4eb113
a dark, electric green · cool · closest name: green
RGB
78, 177, 19
HSL
98°, 81%, 38%
CMYK
56, 0, 89, 31
Luminance
0.3311
Every format
| HEX | #4eb113 |
| RGB | rgb(78, 177, 19) |
| HSL | hsl(98, 81%, 38%) |
| CMYK | cmyk(56%, 0%, 89%, 31%) |
| LAB | lab(64.3 -53.6 62.2) |
| LCH | lch(64.3 82.2 130.8) |
| OKLCH | oklch(0.674 0.201 137.7) |
Copy-ready code
/* CSS */
color: #4eb113;
background-color: #4eb113;
/* Tailwind (arbitrary) */
class="text-[#4eb113] bg-[#4eb113]"
/* SCSS */
$brand: #4eb113;
/* SwiftUI */
Color(red: 0.306, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#4eb113")Accessibility — WCAG contrast
Aa
#4eb113 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb113 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.4%
Blue7.5%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#4eb113 text on a black background
contrast 7.62:1
Card sample
#4eb113 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb113;
Background color
Panel with #4eb113 background
background-color: #4eb113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb113; background: linear-gradient(135deg, #4eb113, #13B141);