#4bba13
a dark, electric green · cool · closest name: green
RGB
75, 186, 19
HSL
100°, 82%, 40%
CMYK
60, 0, 90, 27
Luminance
0.3666
Every format
| HEX | #4bba13 |
| RGB | rgb(75, 186, 19) |
| HSL | hsl(100, 82%, 40%) |
| CMYK | cmyk(60%, 0%, 90%, 27%) |
| LAB | lab(67.0 -57.6 64.5) |
| LCH | lch(67.0 86.5 131.8) |
| OKLCH | oklch(0.697 0.212 138.6) |
Copy-ready code
/* CSS */
color: #4bba13;
background-color: #4bba13;
/* Tailwind (arbitrary) */
class="text-[#4bba13] bg-[#4bba13]"
/* SCSS */
$brand: #4bba13;
/* SwiftUI */
Color(red: 0.294, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#4bba13")Accessibility — WCAG contrast
Aa
#4bba13 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bba13 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green72.9%
Blue7.5%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#4bba13 text on a black background
contrast 8.33:1
Card sample
#4bba13 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bba13;
Background color
Panel with #4bba13 background
background-color: #4bba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bba13; background: linear-gradient(135deg, #4bba13, #13BA4A);