#92e921
a balanced, electric green · cool · closest name: lime
RGB
146, 233, 33
HSL
86°, 82%, 52%
CMYK
37, 0, 86, 9
Luminance
0.6450
Every format
| HEX | #92e921 |
| RGB | rgb(146, 233, 33) |
| HSL | hsl(86, 82%, 52%) |
| CMYK | cmyk(37%, 0%, 86%, 9%) |
| LAB | lab(84.2 -53.4 77.7) |
| LCH | lch(84.2 94.3 124.5) |
| OKLCH | oklch(0.846 0.227 132.0) |
Copy-ready code
/* CSS */
color: #92e921;
background-color: #92e921;
/* Tailwind (arbitrary) */
class="text-[#92e921] bg-[#92e921]"
/* SCSS */
$brand: #92e921;
/* SwiftUI */
Color(red: 0.573, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#92e921")Accessibility — WCAG contrast
Aa
#92e921 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92e921 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green91.4%
Blue12.9%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#92e921 text on a black background
contrast 13.90:1
Card sample
#92e921 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92e921;
Background color
Panel with #92e921 background
background-color: #92e921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92e921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92e921; background: linear-gradient(135deg, #92e921, #21E935);