#2ed521
a balanced, vivid green · cool · closest name: lime
RGB
46, 213, 33
HSL
116°, 73%, 48%
CMYK
78, 0, 85, 17
Luminance
0.4828
Every format
| HEX | #2ed521 |
| RGB | rgb(46, 213, 33) |
| HSL | hsl(116, 73%, 48%) |
| CMYK | cmyk(78%, 0%, 85%, 17%) |
| LAB | lab(75.0 -71.0 68.4) |
| LCH | lch(75.0 98.6 136.1) |
| OKLCH | oklch(0.761 0.245 142.1) |
Copy-ready code
/* CSS */
color: #2ed521;
background-color: #2ed521;
/* Tailwind (arbitrary) */
class="text-[#2ed521] bg-[#2ed521]"
/* SCSS */
$brand: #2ed521;
/* SwiftUI */
Color(red: 0.180, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#2ed521")Accessibility — WCAG contrast
Aa
#2ed521 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ed521 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green83.5%
Blue12.9%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#2ed521 text on a black background
contrast 10.66:1
Card sample
#2ed521 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ed521;
Background color
Panel with #2ed521 background
background-color: #2ed521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ed521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ed521; background: linear-gradient(135deg, #2ed521, #21D58C);