#25fa21
a balanced, electric green · cool · closest name: lime
RGB
37, 250, 33
HSL
119°, 96%, 56%
CMYK
85, 0, 87, 2
Luminance
0.6887
Every format
| HEX | #25fa21 |
| RGB | rgb(37, 250, 33) |
| HSL | hsl(119, 96%, 56%) |
| CMYK | cmyk(85%, 0%, 87%, 2%) |
| LAB | lab(86.4 -82.4 78.5) |
| LCH | lch(86.4 113.8 136.4) |
| OKLCH | oklch(0.856 0.282 142.5) |
Copy-ready code
/* CSS */
color: #25fa21;
background-color: #25fa21;
/* Tailwind (arbitrary) */
class="text-[#25fa21] bg-[#25fa21]"
/* SCSS */
$brand: #25fa21;
/* SwiftUI */
Color(red: 0.145, green: 0.980, blue: 0.129)
/* Android */
Color.parseColor("#25fa21")Accessibility — WCAG contrast
Aa
#25fa21 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25fa21 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green98.0%
Blue12.9%
CMYK percentages
Cyan85.2%
Magenta0.0%
Yellow86.8%
Key (black)2.0%
Color previews
#25fa21 text on a black background
contrast 14.77:1
Card sample
#25fa21 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25fa21;
Background color
Panel with #25fa21 background
background-color: #25fa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25fa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 250, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 250, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25fa21; background: linear-gradient(135deg, #25fa21, #21FAAE);