#0fd91c
a balanced, electric green · cool · closest name: lime
RGB
15, 217, 28
HSL
124°, 87%, 46%
CMYK
93, 0, 87, 15
Luminance
0.4981
Every format
| HEX | #0fd91c |
| RGB | rgb(15, 217, 28) |
| HSL | hsl(124, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 87%, 15%) |
| LAB | lab(76.0 -75.0 70.2) |
| LCH | lch(76.0 102.8 136.9) |
| OKLCH | oklch(0.768 0.255 142.9) |
Copy-ready code
/* CSS */
color: #0fd91c;
background-color: #0fd91c;
/* Tailwind (arbitrary) */
class="text-[#0fd91c] bg-[#0fd91c]"
/* SCSS */
$brand: #0fd91c;
/* SwiftUI */
Color(red: 0.059, green: 0.851, blue: 0.110)
/* Android */
Color.parseColor("#0fd91c")Accessibility — WCAG contrast
Aa
#0fd91c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd91c on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.1%
Blue11.0%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow87.1%
Key (black)14.9%
Color previews
#0fd91c text on a black background
contrast 10.96:1
Card sample
#0fd91c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd91c;
Background color
Panel with #0fd91c background
background-color: #0fd91c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd91c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 217, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 217, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd91c; background: linear-gradient(135deg, #0fd91c, #0FD9A3);