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