#2cb511
a dark, electric green · cool · closest name: green
RGB
44, 181, 17
HSL
110°, 83%, 39%
CMYK
76, 0, 91, 29
Luminance
0.3362
Every format
| HEX | #2cb511 |
| RGB | rgb(44, 181, 17) |
| HSL | hsl(110, 83%, 39%) |
| CMYK | cmyk(76%, 0%, 91%, 29%) |
| LAB | lab(64.7 -62.4 62.6) |
| LCH | lch(64.7 88.3 134.9) |
| OKLCH | oklch(0.675 0.218 141.3) |
Copy-ready code
/* CSS */
color: #2cb511;
background-color: #2cb511;
/* Tailwind (arbitrary) */
class="text-[#2cb511] bg-[#2cb511]"
/* SCSS */
$brand: #2cb511;
/* SwiftUI */
Color(red: 0.173, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#2cb511")Accessibility — WCAG contrast
Aa
#2cb511 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb511 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green71.0%
Blue6.7%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow90.6%
Key (black)29.0%
Color previews
#2cb511 text on a black background
contrast 7.72:1
Card sample
#2cb511 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb511;
Background color
Panel with #2cb511 background
background-color: #2cb511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb511; background: linear-gradient(135deg, #2cb511, #11B563);