#4bbf13
a dark, electric green · cool · closest name: green
RGB
75, 191, 19
HSL
101°, 82%, 41%
CMYK
61, 0, 90, 25
Luminance
0.3880
Every format
| HEX | #4bbf13 |
| RGB | rgb(75, 191, 19) |
| HSL | hsl(101, 82%, 41%) |
| CMYK | cmyk(61%, 0%, 90%, 25%) |
| LAB | lab(68.6 -59.3 65.9) |
| LCH | lch(68.6 88.7 132.0) |
| OKLCH | oklch(0.710 0.218 138.8) |
Copy-ready code
/* CSS */
color: #4bbf13;
background-color: #4bbf13;
/* Tailwind (arbitrary) */
class="text-[#4bbf13] bg-[#4bbf13]"
/* SCSS */
$brand: #4bbf13;
/* SwiftUI */
Color(red: 0.294, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#4bbf13")Accessibility — WCAG contrast
Aa
#4bbf13 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbf13 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green74.9%
Blue7.5%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#4bbf13 text on a black background
contrast 8.76:1
Card sample
#4bbf13 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbf13;
Background color
Panel with #4bbf13 background
background-color: #4bbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbf13; background: linear-gradient(135deg, #4bbf13, #13BF4E);