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