#2dfb3a
a balanced, electric green · cool · closest name: lime
RGB
45, 251, 58
HSL
124°, 96%, 58%
CMYK
82, 0, 77, 2
Luminance
0.6986
Every format
| HEX | #2dfb3a |
| RGB | rgb(45, 251, 58) |
| HSL | hsl(124, 96%, 58%) |
| CMYK | cmyk(82%, 0%, 77%, 2%) |
| LAB | lab(86.9 -80.7 72.9) |
| LCH | lch(86.9 108.8 137.9) |
| OKLCH | oklch(0.861 0.273 143.3) |
Copy-ready code
/* CSS */
color: #2dfb3a;
background-color: #2dfb3a;
/* Tailwind (arbitrary) */
class="text-[#2dfb3a] bg-[#2dfb3a]"
/* SCSS */
$brand: #2dfb3a;
/* SwiftUI */
Color(red: 0.176, green: 0.984, blue: 0.227)
/* Android */
Color.parseColor("#2dfb3a")Accessibility — WCAG contrast
Aa
#2dfb3a on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfb3a on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.4%
Blue22.7%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow76.9%
Key (black)1.6%
Color previews
#2dfb3a text on a black background
contrast 14.97:1
Card sample
#2dfb3a text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfb3a;
Background color
Panel with #2dfb3a background
background-color: #2dfb3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfb3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 251, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 251, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfb3a; background: linear-gradient(135deg, #2dfb3a, #2DFBC3);