#2ce082
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 224, 130
HSL
149°, 74%, 53%
CMYK
80, 0, 42, 12
Luminance
0.5546
Every format
| HEX | #2ce082 |
| RGB | rgb(44, 224, 130) |
| HSL | hsl(149, 74%, 53%) |
| CMYK | cmyk(80%, 0%, 42%, 12%) |
| LAB | lab(79.3 -64.0 34.0) |
| LCH | lch(79.3 72.4 152.0) |
| OKLCH | oklch(0.800 0.192 153.9) |
Copy-ready code
/* CSS */
color: #2ce082;
background-color: #2ce082;
/* Tailwind (arbitrary) */
class="text-[#2ce082] bg-[#2ce082]"
/* SCSS */
$brand: #2ce082;
/* SwiftUI */
Color(red: 0.173, green: 0.878, blue: 0.510)
/* Android */
Color.parseColor("#2ce082")Accessibility — WCAG contrast
Aa
#2ce082 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ce082 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.8%
Blue51.0%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow42.0%
Key (black)12.2%
Color previews
#2ce082 text on a black background
contrast 12.09:1
Card sample
#2ce082 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ce082;
Background color
Panel with #2ce082 background
background-color: #2ce082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ce082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 224, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 224, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ce082; background: linear-gradient(135deg, #2ce082, #2CC6E0);