#2dfb4a
a balanced, electric green · cool · closest name: lime
RGB
45, 251, 74
HSL
128°, 96%, 58%
CMYK
82, 0, 71, 2
Luminance
0.7005
Every format
| HEX | #2dfb4a |
| RGB | rgb(45, 251, 74) |
| HSL | hsl(128, 96%, 58%) |
| CMYK | cmyk(82%, 0%, 71%, 2%) |
| LAB | lab(87.0 -79.6 67.7) |
| LCH | lch(87.0 104.5 139.6) |
| OKLCH | oklch(0.862 0.265 144.3) |
Copy-ready code
/* CSS */
color: #2dfb4a;
background-color: #2dfb4a;
/* Tailwind (arbitrary) */
class="text-[#2dfb4a] bg-[#2dfb4a]"
/* SCSS */
$brand: #2dfb4a;
/* SwiftUI */
Color(red: 0.176, green: 0.984, blue: 0.290)
/* Android */
Color.parseColor("#2dfb4a")Accessibility — WCAG contrast
Aa
#2dfb4a on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfb4a on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.4%
Blue29.0%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow70.5%
Key (black)1.6%
Color previews
#2dfb4a text on a black background
contrast 15.01:1
Card sample
#2dfb4a text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfb4a;
Background color
Panel with #2dfb4a background
background-color: #2dfb4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfb4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 251, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 251, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfb4a; background: linear-gradient(135deg, #2dfb4a, #2DFBD3);