#2bf521
a balanced, electric green · cool · closest name: lime
RGB
43, 245, 33
HSL
117°, 91%, 55%
CMYK
82, 0, 87, 4
Luminance
0.6593
Every format
| HEX | #2bf521 |
| RGB | rgb(43, 245, 33) |
| HSL | hsl(117, 91%, 55%) |
| CMYK | cmyk(82%, 0%, 87%, 4%) |
| LAB | lab(85.0 -80.5 77.2) |
| LCH | lch(85.0 111.5 136.2) |
| OKLCH | oklch(0.844 0.277 142.3) |
Copy-ready code
/* CSS */
color: #2bf521;
background-color: #2bf521;
/* Tailwind (arbitrary) */
class="text-[#2bf521] bg-[#2bf521]"
/* SCSS */
$brand: #2bf521;
/* SwiftUI */
Color(red: 0.169, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#2bf521")Accessibility — WCAG contrast
Aa
#2bf521 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bf521 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green96.1%
Blue12.9%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#2bf521 text on a black background
contrast 14.19:1
Card sample
#2bf521 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bf521;
Background color
Panel with #2bf521 background
background-color: #2bf521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bf521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bf521; background: linear-gradient(135deg, #2bf521, #21F5A4);