#41 SpringGreen3
#00D75F
ExtendedHEX#00D75F
RGB0, 215, 95
HSL147°, 100%, 42%
CMYK100%, 0%, 56%, 16%
Xterm ID41
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;41m Background (fondo)
\x1b[48;5;41m Bash echo
echo -e "\033[38;5;41mTexto\033[0m" Python
print(f"\033[38;5;41mTexto\033[0m") CSS
Color HEX
color: #00D75F; Color RGB
color: rgb(0, 215, 95); Background
background-color: #00D75F;