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