#2df676
a balanced, electric green · cool · closest name: lime
RGB
45, 246, 118
HSL
142°, 92%, 57%
CMYK
82, 0, 52, 4
Luminance
0.6778
Every format
| HEX | #2df676 |
| RGB | rgb(45, 246, 118) |
| HSL | hsl(142, 92%, 57%) |
| CMYK | cmyk(82%, 0%, 52%, 4%) |
| LAB | lab(85.9 -73.1 48.1) |
| LCH | lch(85.9 87.5 146.7) |
| OKLCH | oklch(0.854 0.228 149.4) |
Copy-ready code
/* CSS */
color: #2df676;
background-color: #2df676;
/* Tailwind (arbitrary) */
class="text-[#2df676] bg-[#2df676]"
/* SCSS */
$brand: #2df676;
/* SwiftUI */
Color(red: 0.176, green: 0.965, blue: 0.463)
/* Android */
Color.parseColor("#2df676")Accessibility — WCAG contrast
Aa
#2df676 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2df676 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green96.5%
Blue46.3%
CMYK percentages
Cyan81.7%
Magenta0.0%
Yellow52.0%
Key (black)3.5%
Color previews
#2df676 text on a black background
contrast 14.56:1
Card sample
#2df676 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2df676;
Background color
Panel with #2df676 background
background-color: #2df676;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2df676;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 246, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 246, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2df676; background: linear-gradient(135deg, #2df676, #2DF0F6);