#2ce02d
a balanced, vivid green · cool · closest name: lime
RGB
44, 224, 45
HSL
120°, 74%, 53%
CMYK
80, 0, 80, 12
Luminance
0.5404
Every format
| HEX | #2ce02d |
| RGB | rgb(44, 224, 45) |
| HSL | hsl(120, 74%, 53%) |
| CMYK | cmyk(80%, 0%, 80%, 12%) |
| LAB | lab(78.5 -73.9 68.6) |
| LCH | lch(78.5 100.8 137.1) |
| OKLCH | oklch(0.790 0.252 142.8) |
Copy-ready code
/* CSS */
color: #2ce02d;
background-color: #2ce02d;
/* Tailwind (arbitrary) */
class="text-[#2ce02d] bg-[#2ce02d]"
/* SCSS */
$brand: #2ce02d;
/* SwiftUI */
Color(red: 0.173, green: 0.878, blue: 0.176)
/* Android */
Color.parseColor("#2ce02d")Accessibility — WCAG contrast
Aa
#2ce02d on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ce02d on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.8%
Blue17.6%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow79.9%
Key (black)12.2%
Color previews
#2ce02d text on a black background
contrast 11.81:1
Card sample
#2ce02d text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ce02d;
Background color
Panel with #2ce02d background
background-color: #2ce02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ce02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 224, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 224, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ce02d; background: linear-gradient(135deg, #2ce02d, #2CE0A5);