Spring Green is a
cool medium color with the hex code #20F36A.
This vibrant hue can be represented as RGB
32, 243, 106 in digital design or CMYK 87%, 0%, 56%, 5% for print applications.
Find matching Pantone color.
Spring Green
#20F36A
Spring Green color values
- HEX
- #20F36A
- RGB
- 32, 243, 106
- HSL
- 141°, 90%, 54%
- CMYK
- 87, 0, 56, 5
Shades & tints
About this color
Spring Green sits at 141° on the color wheel with 90% saturation and 54% lightness, placing it in the green segment of the spectrum. With saturation at 90%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Spring Green is rendered as rgb(32, 243, 106), where the green channel leads at 243, producing a distinctly green-dominant tone. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.
For print, Spring Green translates to a CMYK breakdown of 87C 0M 56Y 5K. With almost no black ink (5%), this color is built almost entirely from process inks: 87% cyan, 56% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Spring Green
CSS Variable
:root {
--brand-primary: #20F36A;
--brand-primary-rgb: 32, 243, 106;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#20F36A',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 87%
M: 0%
Y: 56%
K: 5% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(32, 243, 106)
rgba(32, 243, 106, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #20F36A?
What is the RGB value of #20F36A?
Is Spring Green a warm or cool color?
How do I use #20F36A in CSS?
background-color: #20F36A; or color: #20F36A; or as an RGB value: rgb(32, 243, 106). For print design, use CMYK: 87%, 0%, 56%, 5%.