#90f310
a balanced, electric green · cool · closest name: lime
RGB
144, 243, 16
HSL
86°, 90%, 51%
CMYK
41, 0, 93, 5
Luminance
0.7007
Every format
| HEX | #90f310 |
| RGB | rgb(144, 243, 16) |
| HSL | hsl(86, 90%, 51%) |
| CMYK | cmyk(41%, 0%, 93%, 5%) |
| LAB | lab(87.0 -58.3 82.5) |
| LCH | lch(87.0 101.0 125.3) |
| OKLCH | oklch(0.869 0.242 133.0) |
Copy-ready code
/* CSS */
color: #90f310;
background-color: #90f310;
/* Tailwind (arbitrary) */
class="text-[#90f310] bg-[#90f310]"
/* SCSS */
$brand: #90f310;
/* SwiftUI */
Color(red: 0.565, green: 0.953, blue: 0.063)
/* Android */
Color.parseColor("#90f310")Accessibility — WCAG contrast
Aa
#90f310 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f310 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green95.3%
Blue6.3%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow93.4%
Key (black)4.7%
Color previews
#90f310 text on a black background
contrast 15.01:1
Card sample
#90f310 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f310;
Background color
Panel with #90f310 background
background-color: #90f310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 243, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 243, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f310; background: linear-gradient(135deg, #90f310, #10F328);