#2cb239
a dark, vivid green · cool · closest name: forestgreen
RGB
44, 178, 57
HSL
126°, 60%, 44%
CMYK
75, 0, 68, 30
Luminance
0.3267
Every format
| HEX | #2cb239 |
| RGB | rgb(44, 178, 57) |
| HSL | hsl(126, 60%, 44%) |
| CMYK | cmyk(75%, 0%, 68%, 30%) |
| LAB | lab(63.9 -58.9 49.9) |
| LCH | lch(63.9 77.1 139.7) |
| OKLCH | oklch(0.669 0.196 144.2) |
Copy-ready code
/* CSS */
color: #2cb239;
background-color: #2cb239;
/* Tailwind (arbitrary) */
class="text-[#2cb239] bg-[#2cb239]"
/* SCSS */
$brand: #2cb239;
/* SwiftUI */
Color(red: 0.173, green: 0.698, blue: 0.224)
/* Android */
Color.parseColor("#2cb239")Accessibility — WCAG contrast
Aa
#2cb239 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb239 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green69.8%
Blue22.4%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow68.0%
Key (black)30.2%
Color previews
#2cb239 text on a black background
contrast 7.53:1
Card sample
#2cb239 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb239;
Background color
Panel with #2cb239 background
background-color: #2cb239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 178, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 178, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb239; background: linear-gradient(135deg, #2cb239, #2CB292);