#2dfb5a
a balanced, electric green · cool · closest name: lime
RGB
45, 251, 90
HSL
133°, 96%, 58%
CMYK
82, 0, 64, 2
Luminance
0.7029
Every format
| HEX | #2dfb5a |
| RGB | rgb(45, 251, 90) |
| HSL | hsl(133, 96%, 58%) |
| CMYK | cmyk(82%, 0%, 64%, 2%) |
| LAB | lab(87.1 -78.1 61.8) |
| LCH | lch(87.1 99.6 141.7) |
| OKLCH | oklch(0.863 0.255 145.7) |
Copy-ready code
/* CSS */
color: #2dfb5a;
background-color: #2dfb5a;
/* Tailwind (arbitrary) */
class="text-[#2dfb5a] bg-[#2dfb5a]"
/* SCSS */
$brand: #2dfb5a;
/* SwiftUI */
Color(red: 0.176, green: 0.984, blue: 0.353)
/* Android */
Color.parseColor("#2dfb5a")Accessibility — WCAG contrast
Aa
#2dfb5a on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfb5a on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.4%
Blue35.3%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow64.1%
Key (black)1.6%
Color previews
#2dfb5a text on a black background
contrast 15.06:1
Card sample
#2dfb5a text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfb5a;
Background color
Panel with #2dfb5a background
background-color: #2dfb5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfb5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 251, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 251, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfb5a; background: linear-gradient(135deg, #2dfb5a, #2DFBE3);