#beee2b
a balanced, electric green · cool · closest name: yellow
RGB
190, 238, 43
HSL
75°, 85%, 55%
CMYK
20, 0, 82, 7
Luminance
0.7227
Every format
| HEX | #beee2b |
| RGB | rgb(190, 238, 43) |
| HSL | hsl(75, 85%, 55%) |
| CMYK | cmyk(20%, 0%, 82%, 7%) |
| LAB | lab(88.1 -39.1 79.8) |
| LCH | lch(88.1 88.9 116.1) |
| OKLCH | oklch(0.884 0.208 123.6) |
Copy-ready code
/* CSS */
color: #beee2b;
background-color: #beee2b;
/* Tailwind (arbitrary) */
class="text-[#beee2b] bg-[#beee2b]"
/* SCSS */
$brand: #beee2b;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.169)
/* Android */
Color.parseColor("#beee2b")Accessibility — WCAG contrast
Aa
#beee2b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee2b on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue16.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow81.9%
Key (black)6.7%
Color previews
#beee2b text on a black background
contrast 15.45:1
Card sample
#beee2b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee2b;
Background color
Panel with #beee2b background
background-color: #beee2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee2b; background: linear-gradient(135deg, #beee2b, #3CEE2B);