#2dfe59
a balanced, electric green · cool · closest name: lime
RGB
45, 254, 89
HSL
133°, 99%, 59%
CMYK
82, 0, 65, 0
Luminance
0.7216
Every format
| HEX | #2dfe59 |
| RGB | rgb(45, 254, 89) |
| HSL | hsl(133, 99%, 59%) |
| CMYK | cmyk(82%, 0%, 65%, 0%) |
| LAB | lab(88.0 -79.1 63.2) |
| LCH | lch(88.0 101.2 141.4) |
| OKLCH | oklch(0.871 0.258 145.5) |
Copy-ready code
/* CSS */
color: #2dfe59;
background-color: #2dfe59;
/* Tailwind (arbitrary) */
class="text-[#2dfe59] bg-[#2dfe59]"
/* SCSS */
$brand: #2dfe59;
/* SwiftUI */
Color(red: 0.176, green: 0.996, blue: 0.349)
/* Android */
Color.parseColor("#2dfe59")Accessibility — WCAG contrast
Aa
#2dfe59 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfe59 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green99.6%
Blue34.9%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow65.0%
Key (black)0.4%
Color previews
#2dfe59 text on a black background
contrast 15.43:1
Card sample
#2dfe59 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfe59;
Background color
Panel with #2dfe59 background
background-color: #2dfe59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfe59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 254, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 254, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfe59; background: linear-gradient(135deg, #2dfe59, #2DFEE4);