#2bdc13
a balanced, electric green · cool · closest name: lime
RGB
43, 220, 19
HSL
113°, 84%, 47%
CMYK
81, 0, 91, 14
Luminance
0.5175
Every format
| HEX | #2bdc13 |
| RGB | rgb(43, 220, 19) |
| HSL | hsl(113, 84%, 47%) |
| CMYK | cmyk(81%, 0%, 91%, 14%) |
| LAB | lab(77.1 -73.9 72.8) |
| LCH | lch(77.1 103.8 135.4) |
| OKLCH | oklch(0.779 0.256 141.8) |
Copy-ready code
/* CSS */
color: #2bdc13;
background-color: #2bdc13;
/* Tailwind (arbitrary) */
class="text-[#2bdc13] bg-[#2bdc13]"
/* SCSS */
$brand: #2bdc13;
/* SwiftUI */
Color(red: 0.169, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#2bdc13")Accessibility — WCAG contrast
Aa
#2bdc13 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bdc13 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green86.3%
Blue7.5%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#2bdc13 text on a black background
contrast 11.35:1
Card sample
#2bdc13 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bdc13;
Background color
Panel with #2bdc13 background
background-color: #2bdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bdc13; background: linear-gradient(135deg, #2bdc13, #13DC81);