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