#4ed714
a balanced, electric green · cool · closest name: lime
RGB
78, 215, 20
HSL
102°, 83%, 46%
CMYK
64, 0, 91, 16
Luminance
0.5027
Every format
| HEX | #4ed714 |
| RGB | rgb(78, 215, 20) |
| HSL | hsl(102, 83%, 46%) |
| CMYK | cmyk(64%, 0%, 91%, 16%) |
| LAB | lab(76.2 -66.6 72.2) |
| LCH | lch(76.2 98.2 132.7) |
| OKLCH | oklch(0.773 0.241 139.5) |
Copy-ready code
/* CSS */
color: #4ed714;
background-color: #4ed714;
/* Tailwind (arbitrary) */
class="text-[#4ed714] bg-[#4ed714]"
/* SCSS */
$brand: #4ed714;
/* SwiftUI */
Color(red: 0.306, green: 0.843, blue: 0.078)
/* Android */
Color.parseColor("#4ed714")Accessibility — WCAG contrast
Aa
#4ed714 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ed714 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green84.3%
Blue7.8%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow90.7%
Key (black)15.7%
Color previews
#4ed714 text on a black background
contrast 11.05:1
Card sample
#4ed714 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ed714;
Background color
Panel with #4ed714 background
background-color: #4ed714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ed714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 215, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 215, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ed714; background: linear-gradient(135deg, #4ed714, #14D75C);