#2c970c
a dark, electric green · cool · closest name: green
RGB
44, 151, 12
HSL
106°, 85%, 32%
CMYK
71, 0, 92, 41
Luminance
0.2270
Every format
| HEX | #2c970c |
| RGB | rgb(44, 151, 12) |
| HSL | hsl(106, 85%, 32%) |
| CMYK | cmyk(71%, 0%, 92%, 41%) |
| LAB | lab(54.8 -53.0 55.0) |
| LCH | lch(54.8 76.4 133.9) |
| OKLCH | oklch(0.593 0.188 140.5) |
Copy-ready code
/* CSS */
color: #2c970c;
background-color: #2c970c;
/* Tailwind (arbitrary) */
class="text-[#2c970c] bg-[#2c970c]"
/* SCSS */
$brand: #2c970c;
/* SwiftUI */
Color(red: 0.173, green: 0.592, blue: 0.047)
/* Android */
Color.parseColor("#2c970c")Accessibility — WCAG contrast
Aa
#2c970c on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c970c on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green59.2%
Blue4.7%
CMYK percentages
Cyan70.9%
Magenta0.0%
Yellow92.1%
Key (black)40.8%
Color previews
#2c970c text on a black background
contrast 5.54:1
Card sample
#2c970c text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c970c;
Background color
Panel with #2c970c background
background-color: #2c970c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c970c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 151, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 151, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c970c; background: linear-gradient(135deg, #2c970c, #0C9749);