#2dfc2f
a balanced, electric green · cool · closest name: lime
RGB
45, 252, 47
HSL
121°, 97%, 58%
CMYK
82, 0, 81, 1
Luminance
0.7038
Every format
| HEX | #2dfc2f |
| RGB | rgb(45, 252, 47) |
| HSL | hsl(121, 97%, 58%) |
| CMYK | cmyk(82%, 0%, 81%, 1%) |
| LAB | lab(87.2 -81.6 76.1) |
| LCH | lch(87.2 111.6 137.0) |
| OKLCH | oklch(0.863 0.278 142.8) |
Copy-ready code
/* CSS */
color: #2dfc2f;
background-color: #2dfc2f;
/* Tailwind (arbitrary) */
class="text-[#2dfc2f] bg-[#2dfc2f]"
/* SCSS */
$brand: #2dfc2f;
/* SwiftUI */
Color(red: 0.176, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#2dfc2f")Accessibility — WCAG contrast
Aa
#2dfc2f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfc2f on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.8%
Blue18.4%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#2dfc2f text on a black background
contrast 15.08:1
Card sample
#2dfc2f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfc2f;
Background color
Panel with #2dfc2f background
background-color: #2dfc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfc2f; background: linear-gradient(135deg, #2dfc2f, #2DFCB9);