#0be430
a balanced, electric green · cool · closest name: lime
RGB
11, 228, 48
HSL
130°, 91%, 47%
CMYK
95, 0, 79, 11
Luminance
0.5577
Every format
| HEX | #0be430 |
| RGB | rgb(11, 228, 48) |
| HSL | hsl(130, 91%, 47%) |
| CMYK | cmyk(95%, 0%, 79%, 11%) |
| LAB | lab(79.5 -77.2 68.6) |
| LCH | lch(79.5 103.3 138.4) |
| OKLCH | oklch(0.798 0.259 143.8) |
Copy-ready code
/* CSS */
color: #0be430;
background-color: #0be430;
/* Tailwind (arbitrary) */
class="text-[#0be430] bg-[#0be430]"
/* SCSS */
$brand: #0be430;
/* SwiftUI */
Color(red: 0.043, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#0be430")Accessibility — WCAG contrast
Aa
#0be430 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0be430 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green89.4%
Blue18.8%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#0be430 text on a black background
contrast 12.15:1
Card sample
#0be430 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0be430;
Background color
Panel with #0be430 background
background-color: #0be430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0be430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0be430; background: linear-gradient(135deg, #0be430, #0BE4C1);