Spring Bud Hex Code — #A7FC00
RGB, HSL, and CMYK values for Spring Bud.
Spring Bud Color Values
| Format | Value |
|---|---|
| HEX | #A7FC00 |
| RGB | rgb(167, 252, 0) |
| HSL | hsl(80, 100%, 49%) |
| CMYK | cmyk(34%, 0%, 100%, 1%) |
Want to explore more shades? Use our Color Converter
About Spring Bud
Color psychology: New beginnings, vitality.
Spring Bud (#A7FC00) is a medium shade of green. It's commonly used in web design, graphic design, and branding where new beginnings, vitality are desired associations.
How to Use Spring Bud in CSS
/* Using HEX */ color: #A7FC00; background-color: #A7FC00; /* Using RGB */ color: rgb(167, 252, 0); /* Using HSL */ color: hsl(80, 100%, 49%);