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