#92e045
a balanced, vivid green · cool · closest name: olivedrab
RGB
146, 224, 69
HSL
90°, 71%, 58%
CMYK
35, 0, 69, 12
Luminance
0.5985
Every format
| HEX | #92e045 |
| RGB | rgb(146, 224, 69) |
| HSL | hsl(90, 71%, 58%) |
| CMYK | cmyk(35%, 0%, 69%, 12%) |
| LAB | lab(81.8 -48.0 65.0) |
| LCH | lch(81.8 80.8 126.4) |
| OKLCH | oklch(0.827 0.200 132.5) |
Copy-ready code
/* CSS */
color: #92e045;
background-color: #92e045;
/* Tailwind (arbitrary) */
class="text-[#92e045] bg-[#92e045]"
/* SCSS */
$brand: #92e045;
/* SwiftUI */
Color(red: 0.573, green: 0.878, blue: 0.271)
/* Android */
Color.parseColor("#92e045")Accessibility — WCAG contrast
Aa
#92e045 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92e045 on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green87.8%
Blue27.1%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow69.2%
Key (black)12.2%
Color previews
#92e045 text on a black background
contrast 12.97:1
Card sample
#92e045 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92e045;
Background color
Panel with #92e045 background
background-color: #92e045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92e045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 224, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 224, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92e045; background: linear-gradient(135deg, #92e045, #45E060);