#2cc12f
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 193, 47
HSL
121°, 63%, 47%
CMYK
77, 0, 76, 24
Luminance
0.3888
Every format
| HEX | #2cc12f |
| RGB | rgb(44, 193, 47) |
| HSL | hsl(121, 63%, 47%) |
| CMYK | cmyk(77%, 0%, 76%, 24%) |
| LAB | lab(68.7 -64.5 58.5) |
| LCH | lch(68.7 87.1 137.8) |
| OKLCH | oklch(0.709 0.219 143.0) |
Copy-ready code
/* CSS */
color: #2cc12f;
background-color: #2cc12f;
/* Tailwind (arbitrary) */
class="text-[#2cc12f] bg-[#2cc12f]"
/* SCSS */
$brand: #2cc12f;
/* SwiftUI */
Color(red: 0.173, green: 0.757, blue: 0.184)
/* Android */
Color.parseColor("#2cc12f")Accessibility — WCAG contrast
Aa
#2cc12f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc12f on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.7%
Blue18.4%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow75.6%
Key (black)24.3%
Color previews
#2cc12f text on a black background
contrast 8.78:1
Card sample
#2cc12f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc12f;
Background color
Panel with #2cc12f background
background-color: #2cc12f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc12f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 193, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 193, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc12f; background: linear-gradient(135deg, #2cc12f, #2CC192);