#beee48
a balanced, electric green · cool · closest name: yellow
RGB
190, 238, 72
HSL
77°, 83%, 61%
CMYK
20, 0, 70, 7
Luminance
0.7256
Every format
| HEX | #beee48 |
| RGB | rgb(190, 238, 72) |
| HSL | hsl(77, 83%, 61%) |
| CMYK | cmyk(20%, 0%, 70%, 7%) |
| LAB | lab(88.2 -37.8 71.3) |
| LCH | lch(88.2 80.7 117.9) |
| OKLCH | oklch(0.886 0.194 124.4) |
Copy-ready code
/* CSS */
color: #beee48;
background-color: #beee48;
/* Tailwind (arbitrary) */
class="text-[#beee48] bg-[#beee48]"
/* SCSS */
$brand: #beee48;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.282)
/* Android */
Color.parseColor("#beee48")Accessibility — WCAG contrast
Aa
#beee48 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beee48 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue28.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow69.7%
Key (black)6.7%
Color previews
#beee48 text on a black background
contrast 15.51:1
Card sample
#beee48 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beee48;
Background color
Panel with #beee48 background
background-color: #beee48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beee48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beee48; background: linear-gradient(135deg, #beee48, #50EE48);