#19fc23
a balanced, electric green · cool · closest name: lime
RGB
25, 252, 35
HSL
123°, 97%, 54%
CMYK
90, 0, 86, 1
Luminance
0.6995
Every format
| HEX | #19fc23 |
| RGB | rgb(25, 252, 35) |
| HSL | hsl(123, 97%, 54%) |
| CMYK | cmyk(90%, 0%, 86%, 1%) |
| LAB | lab(87.0 -83.7 78.5) |
| LCH | lch(87.0 114.8 136.8) |
| OKLCH | oklch(0.861 0.285 142.8) |
Copy-ready code
/* CSS */
color: #19fc23;
background-color: #19fc23;
/* Tailwind (arbitrary) */
class="text-[#19fc23] bg-[#19fc23]"
/* SCSS */
$brand: #19fc23;
/* SwiftUI */
Color(red: 0.098, green: 0.988, blue: 0.137)
/* Android */
Color.parseColor("#19fc23")Accessibility — WCAG contrast
Aa
#19fc23 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19fc23 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green98.8%
Blue13.7%
CMYK percentages
Cyan90.1%
Magenta0.0%
Yellow86.1%
Key (black)1.2%
Color previews
#19fc23 text on a black background
contrast 14.99:1
Card sample
#19fc23 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19fc23;
Background color
Panel with #19fc23 background
background-color: #19fc23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19fc23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 252, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 252, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19fc23; background: linear-gradient(135deg, #19fc23, #19FCBA);