#2df16e
a balanced, electric green · cool · closest name: lime
RGB
45, 241, 110
HSL
140°, 88%, 56%
CMYK
81, 0, 54, 6
Luminance
0.6459
Every format
| HEX | #2df16e |
| RGB | rgb(45, 241, 110) |
| HSL | hsl(140, 88%, 56%) |
| CMYK | cmyk(81%, 0%, 54%, 6%) |
| LAB | lab(84.3 -72.6 49.8) |
| LCH | lch(84.3 88.1 145.5) |
| OKLCH | oklch(0.840 0.229 148.5) |
Copy-ready code
/* CSS */
color: #2df16e;
background-color: #2df16e;
/* Tailwind (arbitrary) */
class="text-[#2df16e] bg-[#2df16e]"
/* SCSS */
$brand: #2df16e;
/* SwiftUI */
Color(red: 0.176, green: 0.945, blue: 0.431)
/* Android */
Color.parseColor("#2df16e")Accessibility — WCAG contrast
Aa
#2df16e on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df16e on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green94.5%
Blue43.1%
CMYK percentages
Cyan81.3%
Magenta0.0%
Yellow54.4%
Key (black)5.5%
Color previews
#2df16e text on a black background
contrast 13.92:1
Card sample
#2df16e text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df16e;
Background color
Panel with #2df16e background
background-color: #2df16e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df16e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 241, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 241, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df16e; background: linear-gradient(135deg, #2df16e, #2DF1F1);