#bee113
a balanced, electric green · cool · closest name: yellow
RGB
190, 225, 19
HSL
70°, 84%, 48%
CMYK
16, 0, 92, 12
Luminance
0.6484
Every format
| HEX | #bee113 |
| RGB | rgb(190, 225, 19) |
| HSL | hsl(70, 84%, 48%) |
| CMYK | cmyk(16%, 0%, 92%, 12%) |
| LAB | lab(84.4 -33.8 81.1) |
| LCH | lch(84.4 87.9 112.6) |
| OKLCH | oklch(0.854 0.201 120.5) |
Copy-ready code
/* CSS */
color: #bee113;
background-color: #bee113;
/* Tailwind (arbitrary) */
class="text-[#bee113] bg-[#bee113]"
/* SCSS */
$brand: #bee113;
/* SwiftUI */
Color(red: 0.745, green: 0.882, blue: 0.075)
/* Android */
Color.parseColor("#bee113")Accessibility — WCAG contrast
Aa
#bee113 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee113 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.2%
Blue7.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow91.6%
Key (black)11.8%
Color previews
#bee113 text on a black background
contrast 13.97:1
Card sample
#bee113 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee113;
Background color
Panel with #bee113 background
background-color: #bee113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 225, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 225, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee113; background: linear-gradient(135deg, #bee113, #35E113);