#2cfb5d
a balanced, electric green · cool · closest name: lime
RGB
44, 251, 93
HSL
134°, 96%, 58%
CMYK
83, 0, 63, 2
Luminance
0.7032
Every format
| HEX | #2cfb5d |
| RGB | rgb(44, 251, 93) |
| HSL | hsl(134, 96%, 58%) |
| CMYK | cmyk(83%, 0%, 63%, 2%) |
| LAB | lab(87.2 -77.9 60.6) |
| LCH | lch(87.2 98.7 142.1) |
| OKLCH | oklch(0.864 0.253 146.0) |
Copy-ready code
/* CSS */
color: #2cfb5d;
background-color: #2cfb5d;
/* Tailwind (arbitrary) */
class="text-[#2cfb5d] bg-[#2cfb5d]"
/* SCSS */
$brand: #2cfb5d;
/* SwiftUI */
Color(red: 0.173, green: 0.984, blue: 0.365)
/* Android */
Color.parseColor("#2cfb5d")Accessibility — WCAG contrast
Aa
#2cfb5d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfb5d on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.4%
Blue36.5%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow62.9%
Key (black)1.6%
Color previews
#2cfb5d text on a black background
contrast 15.06:1
Card sample
#2cfb5d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfb5d;
Background color
Panel with #2cfb5d background
background-color: #2cfb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 251, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 251, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfb5d; background: linear-gradient(135deg, #2cfb5d, #2CFBE7);