#0bfe13
a balanced, electric green · cool · “lime”
RGB
11, 254, 19
HSL
122°, 99%, 52%
CMYK
96, 0, 93, 0
Luminance
0.7100
Every format
| HEX | #0bfe13 |
| RGB | rgb(11, 254, 19) |
| HSL | hsl(122, 99%, 52%) |
| CMYK | cmyk(96%, 0%, 93%, 0%) |
| LAB | lab(87.5 -85.3 81.4) |
| LCH | lch(87.5 117.9 136.4) |
| OKLCH | oklch(0.865 0.291 142.6) |
Copy-ready code
/* CSS */
color: #0bfe13;
background-color: #0bfe13;
/* Tailwind (arbitrary) */
class="text-[#0bfe13] bg-[#0bfe13]"
/* SCSS */
$brand: #0bfe13;
/* SwiftUI */
Color(red: 0.043, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#0bfe13")Accessibility — WCAG contrast
Aa
#0bfe13 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bfe13 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green99.6%
Blue7.5%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#0bfe13 text on a black background
contrast 15.20:1
Card sample
#0bfe13 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bfe13;
Background color
Panel with #0bfe13 background
background-color: #0bfe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bfe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bfe13; background: linear-gradient(135deg, #0bfe13, #0BFEB5);