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