#30cf3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
48, 207, 63
HSL
126°, 62%, 50%
CMYK
77, 0, 70, 19
Luminance
0.4561
Every format
| HEX | #30cf3f |
| RGB | rgb(48, 207, 63) |
| HSL | hsl(126, 62%, 50%) |
| CMYK | cmyk(77%, 0%, 70%, 19%) |
| LAB | lab(73.3 -67.0 57.5) |
| LCH | lch(73.3 88.3 139.4) |
| OKLCH | oklch(0.748 0.224 144.0) |
Copy-ready code
/* CSS */
color: #30cf3f;
background-color: #30cf3f;
/* Tailwind (arbitrary) */
class="text-[#30cf3f] bg-[#30cf3f]"
/* SCSS */
$brand: #30cf3f;
/* SwiftUI */
Color(red: 0.188, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#30cf3f")Accessibility — WCAG contrast
Aa
#30cf3f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30cf3f on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green81.2%
Blue24.7%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow69.6%
Key (black)18.8%
Color previews
#30cf3f text on a black background
contrast 10.12:1
Card sample
#30cf3f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30cf3f;
Background color
Panel with #30cf3f background
background-color: #30cf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30cf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30cf3f; background: linear-gradient(135deg, #30cf3f, #30CFA9);