#2ad340
a balanced, vivid green · cool · closest name: lime
RGB
42, 211, 64
HSL
128°, 67%, 50%
CMYK
80, 0, 70, 17
Luminance
0.4745
Every format
| HEX | #2ad340 |
| RGB | rgb(42, 211, 64) |
| HSL | hsl(128, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 70%, 17%) |
| LAB | lab(74.5 -68.9 58.3) |
| LCH | lch(74.5 90.3 139.7) |
| OKLCH | oklch(0.757 0.229 144.4) |
Copy-ready code
/* CSS */
color: #2ad340;
background-color: #2ad340;
/* Tailwind (arbitrary) */
class="text-[#2ad340] bg-[#2ad340]"
/* SCSS */
$brand: #2ad340;
/* SwiftUI */
Color(red: 0.165, green: 0.827, blue: 0.251)
/* Android */
Color.parseColor("#2ad340")Accessibility — WCAG contrast
Aa
#2ad340 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad340 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green82.7%
Blue25.1%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow69.7%
Key (black)17.3%
Color previews
#2ad340 text on a black background
contrast 10.49:1
Card sample
#2ad340 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad340;
Background color
Panel with #2ad340 background
background-color: #2ad340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 211, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 211, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad340; background: linear-gradient(135deg, #2ad340, #2AD3B1);