#2cc13c
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 193, 60
HSL
126°, 63%, 47%
CMYK
77, 0, 69, 24
Luminance
0.3900
Every format
| HEX | #2cc13c |
| RGB | rgb(44, 193, 60) |
| HSL | hsl(126, 63%, 47%) |
| CMYK | cmyk(77%, 0%, 69%, 24%) |
| LAB | lab(68.8 -63.4 53.8) |
| LCH | lch(68.8 83.2 139.7) |
| OKLCH | oklch(0.710 0.211 144.2) |
Copy-ready code
/* CSS */
color: #2cc13c;
background-color: #2cc13c;
/* Tailwind (arbitrary) */
class="text-[#2cc13c] bg-[#2cc13c]"
/* SCSS */
$brand: #2cc13c;
/* SwiftUI */
Color(red: 0.173, green: 0.757, blue: 0.235)
/* Android */
Color.parseColor("#2cc13c")Accessibility — WCAG contrast
Aa
#2cc13c on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc13c on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.7%
Blue23.5%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow68.9%
Key (black)24.3%
Color previews
#2cc13c text on a black background
contrast 8.80:1
Card sample
#2cc13c text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc13c;
Background color
Panel with #2cc13c background
background-color: #2cc13c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc13c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 193, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 193, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc13c; background: linear-gradient(135deg, #2cc13c, #2CC19F);