#90f545
a balanced, electric green · cool · closest name: lime
RGB
144, 245, 69
HSL
94°, 90%, 62%
CMYK
41, 0, 72, 4
Luminance
0.7166
Every format
| HEX | #90f545 |
| RGB | rgb(144, 245, 69) |
| HSL | hsl(94, 90%, 62%) |
| CMYK | cmyk(41%, 0%, 72%, 4%) |
| LAB | lab(87.8 -57.1 71.1) |
| LCH | lch(87.8 91.2 128.8) |
| OKLCH | oklch(0.876 0.226 134.9) |
Copy-ready code
/* CSS */
color: #90f545;
background-color: #90f545;
/* Tailwind (arbitrary) */
class="text-[#90f545] bg-[#90f545]"
/* SCSS */
$brand: #90f545;
/* SwiftUI */
Color(red: 0.565, green: 0.961, blue: 0.271)
/* Android */
Color.parseColor("#90f545")Accessibility — WCAG contrast
Aa
#90f545 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f545 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green96.1%
Blue27.1%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow71.8%
Key (black)3.9%
Color previews
#90f545 text on a black background
contrast 15.33:1
Card sample
#90f545 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f545;
Background color
Panel with #90f545 background
background-color: #90f545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 245, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 245, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f545; background: linear-gradient(135deg, #90f545, #45F56F);