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