#4fbd13
a dark, electric green · cool · closest name: green
RGB
79, 189, 19
HSL
99°, 82%, 41%
CMYK
58, 0, 90, 26
Luminance
0.3810
Every format
| HEX | #4fbd13 |
| RGB | rgb(79, 189, 19) |
| HSL | hsl(99, 82%, 41%) |
| CMYK | cmyk(58%, 0%, 90%, 26%) |
| LAB | lab(68.1 -57.6 65.5) |
| LCH | lch(68.1 87.3 131.3) |
| OKLCH | oklch(0.706 0.214 138.3) |
Copy-ready code
/* CSS */
color: #4fbd13;
background-color: #4fbd13;
/* Tailwind (arbitrary) */
class="text-[#4fbd13] bg-[#4fbd13]"
/* SCSS */
$brand: #4fbd13;
/* SwiftUI */
Color(red: 0.310, green: 0.741, blue: 0.075)
/* Android */
Color.parseColor("#4fbd13")Accessibility — WCAG contrast
Aa
#4fbd13 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbd13 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green74.1%
Blue7.5%
CMYK percentages
Cyan58.2%
Magenta0.0%
Yellow89.9%
Key (black)25.9%
Color previews
#4fbd13 text on a black background
contrast 8.62:1
Card sample
#4fbd13 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbd13;
Background color
Panel with #4fbd13 background
background-color: #4fbd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 189, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 189, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbd13; background: linear-gradient(135deg, #4fbd13, #13BD48);