#120 LightGreen
#87FF87
ExtendedHEX#87FF87
RGB135, 255, 135
HSL120°, 100%, 76%
CMYK47%, 0%, 47%, 0%
Xterm ID120
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;120m Background (fondo)
\x1b[48;5;120m Bash echo
echo -e "\033[38;5;120mTexto\033[0m" Python
print(f"\033[38;5;120mTexto\033[0m") CSS
Color HEX
color: #87FF87; Color RGB
color: rgb(135, 255, 135); Background
background-color: #87FF87;