#0bc918
a dark, electric green · cool · closest name: lime
RGB
11, 201, 24
HSL
124°, 90%, 42%
CMYK
95, 0, 88, 21
Luminance
0.4191
Every format
| HEX | #0bc918 |
| RGB | rgb(11, 201, 24) |
| HSL | hsl(124, 90%, 42%) |
| CMYK | cmyk(95%, 0%, 88%, 21%) |
| LAB | lab(70.8 -71.0 66.5) |
| LCH | lch(70.8 97.3 136.9) |
| OKLCH | oklch(0.725 0.241 142.9) |
Copy-ready code
/* CSS */
color: #0bc918;
background-color: #0bc918;
/* Tailwind (arbitrary) */
class="text-[#0bc918] bg-[#0bc918]"
/* SCSS */
$brand: #0bc918;
/* SwiftUI */
Color(red: 0.043, green: 0.788, blue: 0.094)
/* Android */
Color.parseColor("#0bc918")Accessibility — WCAG contrast
Aa
#0bc918 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bc918 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green78.8%
Blue9.4%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow88.1%
Key (black)21.2%
Color previews
#0bc918 text on a black background
contrast 9.38:1
Card sample
#0bc918 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bc918;
Background color
Panel with #0bc918 background
background-color: #0bc918;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bc918;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 201, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 201, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bc918; background: linear-gradient(135deg, #0bc918, #0BC997);