#2cc90c
a dark, electric green · cool · closest name: lime
RGB
44, 201, 12
HSL
110°, 89%, 42%
CMYK
78, 0, 94, 21
Luminance
0.4234
Every format
| HEX | #2cc90c |
| RGB | rgb(44, 201, 12) |
| HSL | hsl(110, 89%, 42%) |
| CMYK | cmyk(78%, 0%, 94%, 21%) |
| LAB | lab(71.1 -68.5 68.7) |
| LCH | lch(71.1 97.0 134.9) |
| OKLCH | oklch(0.729 0.239 141.4) |
Copy-ready code
/* CSS */
color: #2cc90c;
background-color: #2cc90c;
/* Tailwind (arbitrary) */
class="text-[#2cc90c] bg-[#2cc90c]"
/* SCSS */
$brand: #2cc90c;
/* SwiftUI */
Color(red: 0.173, green: 0.788, blue: 0.047)
/* Android */
Color.parseColor("#2cc90c")Accessibility — WCAG contrast
Aa
#2cc90c on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc90c on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.8%
Blue4.7%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow94.0%
Key (black)21.2%
Color previews
#2cc90c text on a black background
contrast 9.47:1
Card sample
#2cc90c text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc90c;
Background color
Panel with #2cc90c background
background-color: #2cc90c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc90c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 201, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 201, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc90c; background: linear-gradient(135deg, #2cc90c, #0CC96A);