#0bc113
a dark, electric green · cool · closest name: lime
RGB
11, 193, 19
HSL
123°, 89%, 40%
CMYK
94, 0, 90, 24
Luminance
0.3826
Every format
| HEX | #0bc113 |
| RGB | rgb(11, 193, 19) |
| HSL | hsl(123, 89%, 40%) |
| CMYK | cmyk(94%, 0%, 90%, 24%) |
| LAB | lab(68.2 -69.0 65.1) |
| LCH | lch(68.2 94.9 136.6) |
| OKLCH | oklch(0.704 0.235 142.8) |
Copy-ready code
/* CSS */
color: #0bc113;
background-color: #0bc113;
/* Tailwind (arbitrary) */
class="text-[#0bc113] bg-[#0bc113]"
/* SCSS */
$brand: #0bc113;
/* SwiftUI */
Color(red: 0.043, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#0bc113")Accessibility — WCAG contrast
Aa
#0bc113 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bc113 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green75.7%
Blue7.5%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#0bc113 text on a black background
contrast 8.65:1
Card sample
#0bc113 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bc113;
Background color
Panel with #0bc113 background
background-color: #0bc113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bc113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bc113; background: linear-gradient(135deg, #0bc113, #0BC18C);