#25cf37
a balanced, vivid green · cool · closest name: lime
RGB
37, 207, 55
HSL
126°, 70%, 48%
CMYK
82, 0, 73, 19
Luminance
0.4529
Every format
| HEX | #25cf37 |
| RGB | rgb(37, 207, 55) |
| HSL | hsl(126, 70%, 48%) |
| CMYK | cmyk(82%, 0%, 73%, 19%) |
| LAB | lab(73.1 -69.0 60.1) |
| LCH | lch(73.1 91.5 138.9) |
| OKLCH | oklch(0.745 0.231 143.9) |
Copy-ready code
/* CSS */
color: #25cf37;
background-color: #25cf37;
/* Tailwind (arbitrary) */
class="text-[#25cf37] bg-[#25cf37]"
/* SCSS */
$brand: #25cf37;
/* SwiftUI */
Color(red: 0.145, green: 0.812, blue: 0.216)
/* Android */
Color.parseColor("#25cf37")Accessibility — WCAG contrast
Aa
#25cf37 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25cf37 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green81.2%
Blue21.6%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow73.4%
Key (black)18.8%
Color previews
#25cf37 text on a black background
contrast 10.06:1
Card sample
#25cf37 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25cf37;
Background color
Panel with #25cf37 background
background-color: #25cf37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25cf37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 207, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 207, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25cf37; background: linear-gradient(135deg, #25cf37, #25CFA8);