#0fff2c
a balanced, electric green · cool · closest name: lime
RGB
15, 255, 44
HSL
127°, 100%, 53%
CMYK
94, 0, 83, 0
Luminance
0.7180
Every format
| HEX | #0fff2c |
| RGB | rgb(15, 255, 44) |
| HSL | hsl(127, 100%, 53%) |
| CMYK | cmyk(94%, 0%, 83%, 0%) |
| LAB | lab(87.9 -84.6 77.4) |
| LCH | lch(87.9 114.6 137.5) |
| OKLCH | oklch(0.868 0.286 143.3) |
Copy-ready code
/* CSS */
color: #0fff2c;
background-color: #0fff2c;
/* Tailwind (arbitrary) */
class="text-[#0fff2c] bg-[#0fff2c]"
/* SCSS */
$brand: #0fff2c;
/* SwiftUI */
Color(red: 0.059, green: 1.000, blue: 0.173)
/* Android */
Color.parseColor("#0fff2c")Accessibility — WCAG contrast
Aa
#0fff2c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fff2c on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green100.0%
Blue17.3%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow82.7%
Key (black)0.0%
Color previews
#0fff2c text on a black background
contrast 15.36:1
Card sample
#0fff2c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fff2c;
Background color
Panel with #0fff2c background
background-color: #0fff2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fff2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 255, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 255, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fff2c; background: linear-gradient(135deg, #0fff2c, #0FFFCC);