#19f331
a balanced, electric green · cool · closest name: lime
RGB
25, 243, 49
HSL
127°, 90%, 53%
CMYK
90, 0, 80, 5
Luminance
0.6453
Every format
| HEX | #19f331 |
| RGB | rgb(25, 243, 49) |
| HSL | hsl(127, 90%, 53%) |
| CMYK | cmyk(90%, 0%, 80%, 5%) |
| LAB | lab(84.2 -80.6 72.8) |
| LCH | lch(84.2 108.6 137.9) |
| OKLCH | oklch(0.838 0.272 143.4) |
Copy-ready code
/* CSS */
color: #19f331;
background-color: #19f331;
/* Tailwind (arbitrary) */
class="text-[#19f331] bg-[#19f331]"
/* SCSS */
$brand: #19f331;
/* SwiftUI */
Color(red: 0.098, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#19f331")Accessibility — WCAG contrast
Aa
#19f331 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19f331 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green95.3%
Blue19.2%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow79.8%
Key (black)4.7%
Color previews
#19f331 text on a black background
contrast 13.91:1
Card sample
#19f331 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19f331;
Background color
Panel with #19f331 background
background-color: #19f331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19f331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19f331; background: linear-gradient(135deg, #19f331, #19F3C2);