RGB | 203 | 255 | 0 | |
HSL | 0.2 | 1 | 0.5 | |
HSV | 72° | 100° | 100° | |
CYMK | 0.2039 | 0 | 1 | 0 |
XYZ | 60.3886 | 84.2165 | 13.0726 |
This color is called Electric Lime. It has 203 red, 255 green, and 0 blue. This color is not particularly light nor dark.
.text-cbff00 { color: #cbff00 }
This is some text in the color #cbff00
.bg-cbff00 { background-color: #cbff00 }
.border-cbff00 { border: 3px solid #cbff00; }
This is some text in a box with a border of the color #cbff00
.text-shadow-cbff00 { text-shadow: 4px 4px 2px #cbff00; }
This is some text with text shadow color #cbff00
.box-shadow-cbff00 { -moz-box-shadow: 1px 1px 3px 2px #cbff00; -webkit-box-shadow: 1px 1px 3px 2px #cbff00; box-shadow: 1px 1px 3px 2px #cbff00; }
This is some text in a box with a box shadow of the color #cbff00