#2df65e
a balanced, electric green · cool · closest name: lime
RGB
45, 246, 94
HSL
135°, 92%, 57%
CMYK
82, 0, 62, 4
Luminance
0.6728
Every format
| HEX | #2df65e |
| RGB | rgb(45, 246, 94) |
| HSL | hsl(135, 92%, 57%) |
| CMYK | cmyk(82%, 0%, 62%, 4%) |
| LAB | lab(85.6 -76.2 58.5) |
| LCH | lch(85.6 96.0 142.5) |
| OKLCH | oklch(0.851 0.246 146.3) |
Copy-ready code
/* CSS */
color: #2df65e;
background-color: #2df65e;
/* Tailwind (arbitrary) */
class="text-[#2df65e] bg-[#2df65e]"
/* SCSS */
$brand: #2df65e;
/* SwiftUI */
Color(red: 0.176, green: 0.965, blue: 0.369)
/* Android */
Color.parseColor("#2df65e")Accessibility — WCAG contrast
Aa
#2df65e on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df65e on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green96.5%
Blue36.9%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow61.8%
Key (black)3.5%
Color previews
#2df65e text on a black background
contrast 14.46:1
Card sample
#2df65e text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df65e;
Background color
Panel with #2df65e background
background-color: #2df65e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df65e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 246, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 246, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df65e; background: linear-gradient(135deg, #2df65e, #2DF6E4);