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