The simplest RGB to Hex converter javascript?

前端 未结 0 1609
北恋
北恋 2020-12-11 04:53

Lets say I have a RGB value of (0, 255, 0), how do I put that in a function which returns the hex value of it like below:

var rgbColor = div.backgroundColor;          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题