#2bec21
a balanced, electric green · cool · closest name: lime
RGB
43, 236, 33
HSL
117°, 84%, 53%
CMYK
82, 0, 86, 8
Luminance
0.6061
Every format
| HEX | #2bec21 |
| RGB | rgb(43, 236, 33) |
| HSL | hsl(117, 84%, 53%) |
| CMYK | cmyk(82%, 0%, 86%, 8%) |
| LAB | lab(82.2 -78.0 74.8) |
| LCH | lch(82.2 108.0 136.2) |
| OKLCH | oklch(0.821 0.268 142.3) |
Copy-ready code
/* CSS */
color: #2bec21;
background-color: #2bec21;
/* Tailwind (arbitrary) */
class="text-[#2bec21] bg-[#2bec21]"
/* SCSS */
$brand: #2bec21;
/* SwiftUI */
Color(red: 0.169, green: 0.925, blue: 0.129)
/* Android */
Color.parseColor("#2bec21")Accessibility — WCAG contrast
Aa
#2bec21 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bec21 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green92.5%
Blue12.9%
CMYK percentages
Cyan81.8%
Magenta0.0%
Yellow86.0%
Key (black)7.5%
Color previews
#2bec21 text on a black background
contrast 13.12:1
Card sample
#2bec21 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bec21;
Background color
Panel with #2bec21 background
background-color: #2bec21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bec21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 236, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 236, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bec21; background: linear-gradient(135deg, #2bec21, #21EC9E);