#92ff5b
a light, electric green · cool · closest name: lime
RGB
146, 255, 91
HSL
100°, 100%, 68%
CMYK
43, 0, 64, 0
Luminance
0.7839
Every format
| HEX | #92ff5b |
| RGB | rgb(146, 255, 91) |
| HSL | hsl(100, 100%, 68%) |
| CMYK | cmyk(43%, 0%, 64%, 0%) |
| LAB | lab(91.0 -58.7 66.3) |
| LCH | lch(91.0 88.6 131.5) |
| OKLCH | oklch(0.902 0.223 136.8) |
Copy-ready code
/* CSS */
color: #92ff5b;
background-color: #92ff5b;
/* Tailwind (arbitrary) */
class="text-[#92ff5b] bg-[#92ff5b]"
/* SCSS */
$brand: #92ff5b;
/* SwiftUI */
Color(red: 0.573, green: 1.000, blue: 0.357)
/* Android */
Color.parseColor("#92ff5b")Accessibility — WCAG contrast
Aa
#92ff5b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ff5b on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green100.0%
Blue35.7%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow64.3%
Key (black)0.0%
Color previews
#92ff5b text on a black background
contrast 16.68:1
Card sample
#92ff5b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ff5b;
Background color
Panel with #92ff5b background
background-color: #92ff5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ff5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 255, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 255, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ff5b; background: linear-gradient(135deg, #92ff5b, #5BFF91);