#92e521
a balanced, electric green · cool · closest name: lime
RGB
146, 229, 33
HSL
85°, 79%, 51%
CMYK
36, 0, 86, 10
Luminance
0.6226
Every format
| HEX | #92e521 |
| RGB | rgb(146, 229, 33) |
| HSL | hsl(85, 79%, 51%) |
| CMYK | cmyk(36%, 0%, 86%, 10%) |
| LAB | lab(83.0 -51.8 76.7) |
| LCH | lch(83.0 92.5 124.0) |
| OKLCH | oklch(0.837 0.222 131.5) |
Copy-ready code
/* CSS */
color: #92e521;
background-color: #92e521;
/* Tailwind (arbitrary) */
class="text-[#92e521] bg-[#92e521]"
/* SCSS */
$brand: #92e521;
/* SwiftUI */
Color(red: 0.573, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#92e521")Accessibility — WCAG contrast
Aa
#92e521 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92e521 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green89.8%
Blue12.9%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#92e521 text on a black background
contrast 13.45:1
Card sample
#92e521 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92e521;
Background color
Panel with #92e521 background
background-color: #92e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92e521; background: linear-gradient(135deg, #92e521, #21E533);