#2cb310
a dark, electric green · cool · closest name: green
RGB
44, 179, 16
HSL
110°, 84%, 38%
CMYK
75, 0, 91, 30
Luminance
0.3281
Every format
| HEX | #2cb310 |
| RGB | rgb(44, 179, 16) |
| HSL | hsl(110, 84%, 38%) |
| CMYK | cmyk(75%, 0%, 91%, 30%) |
| LAB | lab(64.0 -61.8 62.2) |
| LCH | lch(64.0 87.7 134.8) |
| OKLCH | oklch(0.670 0.216 141.2) |
Copy-ready code
/* CSS */
color: #2cb310;
background-color: #2cb310;
/* Tailwind (arbitrary) */
class="text-[#2cb310] bg-[#2cb310]"
/* SCSS */
$brand: #2cb310;
/* SwiftUI */
Color(red: 0.173, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#2cb310")Accessibility — WCAG contrast
Aa
#2cb310 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb310 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green70.2%
Blue6.3%
CMYK percentages
Cyan75.4%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#2cb310 text on a black background
contrast 7.56:1
Card sample
#2cb310 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb310;
Background color
Panel with #2cb310 background
background-color: #2cb310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb310; background: linear-gradient(135deg, #2cb310, #10B361);