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