#25c721
a balanced, vivid green · cool · closest name: lime
RGB
37, 199, 33
HSL
119°, 72%, 46%
CMYK
81, 0, 83, 22
Luminance
0.4135
Every format
| HEX | #25c721 |
| RGB | rgb(37, 199, 33) |
| HSL | hsl(119, 72%, 46%) |
| CMYK | cmyk(81%, 0%, 83%, 22%) |
| LAB | lab(70.4 -68.0 64.2) |
| LCH | lch(70.4 93.6 136.6) |
| OKLCH | oklch(0.723 0.233 142.5) |
Copy-ready code
/* CSS */
color: #25c721;
background-color: #25c721;
/* Tailwind (arbitrary) */
class="text-[#25c721] bg-[#25c721]"
/* SCSS */
$brand: #25c721;
/* SwiftUI */
Color(red: 0.145, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#25c721")Accessibility — WCAG contrast
Aa
#25c721 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25c721 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green78.0%
Blue12.9%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#25c721 text on a black background
contrast 9.27:1
Card sample
#25c721 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25c721;
Background color
Panel with #25c721 background
background-color: #25c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25c721; background: linear-gradient(135deg, #25c721, #21C78C);