#2bf113
a balanced, electric green · cool · closest name: lime
RGB
43, 241, 19
HSL
114°, 89%, 51%
CMYK
82, 0, 92, 6
Luminance
0.6347
Every format
| HEX | #2bf113 |
| RGB | rgb(43, 241, 19) |
| HSL | hsl(114, 89%, 51%) |
| CMYK | cmyk(82%, 0%, 92%, 6%) |
| LAB | lab(83.7 -79.8 78.3) |
| LCH | lch(83.7 111.8 135.5) |
| OKLCH | oklch(0.834 0.276 141.9) |
Copy-ready code
/* CSS */
color: #2bf113;
background-color: #2bf113;
/* Tailwind (arbitrary) */
class="text-[#2bf113] bg-[#2bf113]"
/* SCSS */
$brand: #2bf113;
/* SwiftUI */
Color(red: 0.169, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#2bf113")Accessibility — WCAG contrast
Aa
#2bf113 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bf113 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green94.5%
Blue7.5%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#2bf113 text on a black background
contrast 13.69:1
Card sample
#2bf113 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bf113;
Background color
Panel with #2bf113 background
background-color: #2bf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bf113; background: linear-gradient(135deg, #2bf113, #13F18F);