#25c95c
a balanced, vivid green · cool · closest name: forestgreen
RGB
37, 201, 92
HSL
140°, 69%, 47%
CMYK
82, 0, 54, 21
Luminance
0.4294
Every format
| HEX | #25c95c |
| RGB | rgb(37, 201, 92) |
| HSL | hsl(140, 69%, 47%) |
| CMYK | cmyk(82%, 0%, 54%, 21%) |
| LAB | lab(71.5 -63.0 42.8) |
| LCH | lch(71.5 76.2 145.8) |
| OKLCH | oklch(0.733 0.198 148.7) |
Copy-ready code
/* CSS */
color: #25c95c;
background-color: #25c95c;
/* Tailwind (arbitrary) */
class="text-[#25c95c] bg-[#25c95c]"
/* SCSS */
$brand: #25c95c;
/* SwiftUI */
Color(red: 0.145, green: 0.788, blue: 0.361)
/* Android */
Color.parseColor("#25c95c")Accessibility — WCAG contrast
Aa
#25c95c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#25c95c on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green78.8%
Blue36.1%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow54.2%
Key (black)21.2%
Color previews
#25c95c text on a black background
contrast 9.59:1
Card sample
#25c95c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25c95c;
Background color
Panel with #25c95c background
background-color: #25c95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25c95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 201, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 201, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25c95c; background: linear-gradient(135deg, #25c95c, #25C9C9);