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