#2df47d
a balanced, electric green · cool · closest name: forestgreen
RGB
45, 244, 125
HSL
144°, 90%, 57%
CMYK
82, 0, 49, 4
Luminance
0.6674
Every format
| HEX | #2df47d |
| RGB | rgb(45, 244, 125) |
| HSL | hsl(144, 90%, 57%) |
| CMYK | cmyk(82%, 0%, 49%, 4%) |
| LAB | lab(85.4 -71.4 44.2) |
| LCH | lch(85.4 84.0 148.3) |
| OKLCH | oklch(0.850 0.220 150.7) |
Copy-ready code
/* CSS */
color: #2df47d;
background-color: #2df47d;
/* Tailwind (arbitrary) */
class="text-[#2df47d] bg-[#2df47d]"
/* SCSS */
$brand: #2df47d;
/* SwiftUI */
Color(red: 0.176, green: 0.957, blue: 0.490)
/* Android */
Color.parseColor("#2df47d")Accessibility — WCAG contrast
Aa
#2df47d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df47d on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green95.7%
Blue49.0%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow48.8%
Key (black)4.3%
Color previews
#2df47d text on a black background
contrast 14.35:1
Card sample
#2df47d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df47d;
Background color
Panel with #2df47d background
background-color: #2df47d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df47d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 244, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 244, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df47d; background: linear-gradient(135deg, #2df47d, #2DE6F4);