#2cc424
a balanced, vivid green · cool · closest name: green
RGB
44, 196, 36
HSL
117°, 69%, 46%
CMYK
78, 0, 82, 23
Luminance
0.4014
Every format
| HEX | #2cc424 |
| RGB | rgb(44, 196, 36) |
| HSL | hsl(117, 69%, 46%) |
| CMYK | cmyk(78%, 0%, 82%, 23%) |
| LAB | lab(69.6 -66.1 62.7) |
| LCH | lch(69.6 91.1 136.5) |
| OKLCH | oklch(0.716 0.227 142.3) |
Copy-ready code
/* CSS */
color: #2cc424;
background-color: #2cc424;
/* Tailwind (arbitrary) */
class="text-[#2cc424] bg-[#2cc424]"
/* SCSS */
$brand: #2cc424;
/* SwiftUI */
Color(red: 0.173, green: 0.769, blue: 0.141)
/* Android */
Color.parseColor("#2cc424")Accessibility — WCAG contrast
Aa
#2cc424 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc424 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green76.9%
Blue14.1%
CMYK percentages
Cyan77.6%
Magenta0.0%
Yellow81.6%
Key (black)23.1%
Color previews
#2cc424 text on a black background
contrast 9.03:1
Card sample
#2cc424 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc424;
Background color
Panel with #2cc424 background
background-color: #2cc424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 196, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 196, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc424; background: linear-gradient(135deg, #2cc424, #24C487);