#2bd40c
a dark, electric green · cool · closest name: lime
RGB
43, 212, 12
HSL
111°, 89%, 44%
CMYK
80, 0, 94, 17
Luminance
0.4763
Every format
| HEX | #2bd40c |
| RGB | rgb(43, 212, 12) |
| HSL | hsl(111, 89%, 44%) |
| CMYK | cmyk(80%, 0%, 94%, 17%) |
| LAB | lab(74.6 -71.8 71.6) |
| LCH | lch(74.6 101.4 135.1) |
| OKLCH | oklch(0.758 0.250 141.6) |
Copy-ready code
/* CSS */
color: #2bd40c;
background-color: #2bd40c;
/* Tailwind (arbitrary) */
class="text-[#2bd40c] bg-[#2bd40c]"
/* SCSS */
$brand: #2bd40c;
/* SwiftUI */
Color(red: 0.169, green: 0.831, blue: 0.047)
/* Android */
Color.parseColor("#2bd40c")Accessibility — WCAG contrast
Aa
#2bd40c on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bd40c on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green83.1%
Blue4.7%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow94.3%
Key (black)16.9%
Color previews
#2bd40c text on a black background
contrast 10.53:1
Card sample
#2bd40c text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bd40c;
Background color
Panel with #2bd40c background
background-color: #2bd40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bd40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 212, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 212, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bd40c; background: linear-gradient(135deg, #2bd40c, #0CD472);