#2cc91f
a balanced, vivid green · cool · closest name: lime
RGB
44, 201, 31
HSL
115°, 73%, 46%
CMYK
78, 0, 85, 21
Luminance
0.4241
Every format
| HEX | #2cc91f |
| RGB | rgb(44, 201, 31) |
| HSL | hsl(115, 73%, 46%) |
| CMYK | cmyk(78%, 0%, 85%, 21%) |
| LAB | lab(71.2 -67.8 65.4) |
| LCH | lch(71.2 94.2 136.0) |
| OKLCH | oklch(0.729 0.234 142.1) |
Copy-ready code
/* CSS */
color: #2cc91f;
background-color: #2cc91f;
/* Tailwind (arbitrary) */
class="text-[#2cc91f] bg-[#2cc91f]"
/* SCSS */
$brand: #2cc91f;
/* SwiftUI */
Color(red: 0.173, green: 0.788, blue: 0.122)
/* Android */
Color.parseColor("#2cc91f")Accessibility — WCAG contrast
Aa
#2cc91f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc91f on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.8%
Blue12.2%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow84.6%
Key (black)21.2%
Color previews
#2cc91f text on a black background
contrast 9.48:1
Card sample
#2cc91f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc91f;
Background color
Panel with #2cc91f background
background-color: #2cc91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 201, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 201, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc91f; background: linear-gradient(135deg, #2cc91f, #1FC983);