#46 Green1
#00FF00
ExtendedHEX#00FF00
RGB0, 255, 0
HSL120°, 100%, 50%
CMYK100%, 0%, 100%, 0%
Xterm ID46
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;46m Background (fondo)
\x1b[48;5;46m Bash echo
echo -e "\033[38;5;46mTexto\033[0m" Python
print(f"\033[38;5;46mTexto\033[0m") CSS
Color HEX
color: #00FF00; Color RGB
color: rgb(0, 255, 0); Background
background-color: #00FF00;