#2bd500
a dark, electric green · cool · closest name: lime
RGB
43, 213, 0
HSL
108°, 100%, 42%
CMYK
80, 0, 100, 17
Luminance
0.4810
Every format
| HEX | #2bd500 |
| RGB | rgb(43, 213, 0) |
| HSL | hsl(108, 100%, 42%) |
| CMYK | cmyk(80%, 0%, 100%, 17%) |
| LAB | lab(74.9 -72.3 73.0) |
| LCH | lch(74.9 102.8 134.7) |
| OKLCH | oklch(0.760 0.252 141.4) |
Copy-ready code
/* CSS */
color: #2bd500;
background-color: #2bd500;
/* Tailwind (arbitrary) */
class="text-[#2bd500] bg-[#2bd500]"
/* SCSS */
$brand: #2bd500;
/* SwiftUI */
Color(red: 0.169, green: 0.835, blue: 0.000)
/* Android */
Color.parseColor("#2bd500")Accessibility — WCAG contrast
Aa
#2bd500 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bd500 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green83.5%
Blue0.0%
CMYK percentages
Cyan79.8%
Magenta0.0%
Yellow100.0%
Key (black)16.5%
Color previews
#2bd500 text on a black background
contrast 10.62:1
Card sample
#2bd500 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bd500;
Background color
Panel with #2bd500 background
background-color: #2bd500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bd500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 213, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 213, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bd500; background: linear-gradient(135deg, #2bd500, #00D563);