#2cef82
a balanced, electric green · cool · closest name: forestgreen
RGB
44, 239, 130
HSL
147°, 86%, 56%
CMYK
82, 0, 46, 6
Luminance
0.6388
Every format
| HEX | #2cef82 |
| RGB | rgb(44, 239, 130) |
| HSL | hsl(147, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 46%, 6%) |
| LAB | lab(83.9 -69.1 39.9) |
| LCH | lch(83.9 79.8 150.0) |
| OKLCH | oklch(0.838 0.210 152.2) |
Copy-ready code
/* CSS */
color: #2cef82;
background-color: #2cef82;
/* Tailwind (arbitrary) */
class="text-[#2cef82] bg-[#2cef82]"
/* SCSS */
$brand: #2cef82;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.510)
/* Android */
Color.parseColor("#2cef82")Accessibility — WCAG contrast
Aa
#2cef82 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cef82 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue51.0%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow45.6%
Key (black)6.3%
Color previews
#2cef82 text on a black background
contrast 13.78:1
Card sample
#2cef82 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cef82;
Background color
Panel with #2cef82 background
background-color: #2cef82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cef82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cef82; background: linear-gradient(135deg, #2cef82, #2CDAEF);