Shades of Electric Lime #CBFF16
Tints of Electric Lime #CBFF16
RGB
CMYK
RGB Variations
Color information
#CBFF16 (or 0xCBFF16) is known color: Electric Lime. HEX triplet: CB, FF and 16. RGB value is (203,255,22). Sum of RGB (Red+Green+Blue) = 203+255+22=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF16 is #3400E9. Grayscale: #D5D5D5. Windows color (decimal): -3408106 or 1507275. OLE color: 1507275.
HSL color Cylindrical-coordinate representation of color #CBFF16: hue angle of 73.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBFF16 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0 |
| HSL | 73.39º | 1% | 0.54% | - |
| HSV(B) | 73.39º | 0.91% | 1% | - |
| XYZ | 60.53 | 84.27 | 13.84 | - |
| YUV | 212.89 | 20.27 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 22 | 0.20 | 0 | 0.91 | 0 | 73.39 | 1 | 0.54 |
| Hex | CB | FF | 16 | 14 | 0 | 5B | 0 | 49 | 64 | 36 |
| Octal | 313 | 377 | 26 | 24 | 0 | 133 | 0 | 111 | 144 | 66 |
| Binary | 11001011 | 11111111 | 10110 | 10100 | 0 | 1011011 | 0 | 1001001 | 1100100 | 110110 |
Color Harmonies of #CBFF16
Complementary color
Monochromatic Colors of #CBFF16
Black with #CBFF16
Text Example
Text Example
White with #CBFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF16; }
p { color: rgb(203,255,22); }
H1.HeaderClassName
{
color: #CBFF16;
}
.AnyTagClassName
{
color: #CBFF16;
}
</style>
background-color css
<style>
a { background-color: #CBFF16; }
a { background-color: rgb(203,255,22); }
div.DivClassName
{
background-color: #CBFF16;
}
.BgClassName
{
background-color: #CBFF16;
}
</style>
border-color css
<style>
span { border-color: #CBFF16; }
span { border-color: rgb(203,255,22); }
td.TdClassName
{
border-color: #CBFF16;
}
.TagClassName
{
border-color: #CBFF16;
}
</style>