Shades of Electric Lime #CBEC11
Tints of Electric Lime #CBEC11
RGB
CMYK
RGB Variations
Color information
#CBEC11 (or 0xCBEC11) is known color: Electric Lime. HEX triplet: CB, EC and 11. RGB value is (203,236,17). Sum of RGB (Red+Green+Blue) = 203+236+17=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEC11 is #3413EE. Grayscale: #CACACA. Windows color (decimal): -3412975 or 1174731. OLE color: 1174731.
HSL color Cylindrical-coordinate representation of color #CBEC11: hue angle of 69.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBEC11 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 17 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.07 |
| HSL | 69.04º | 0.87% | 0.5% | - |
| HSV(B) | 69.04º | 0.93% | 0.93% | - |
| XYZ | 54.73 | 72.73 | 11.68 | - |
| YUV | 201.17 | 24.07 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 17 | 0.14 | 0 | 0.93 | 0.07 | 69.04 | 0.87 | 0.5 |
| Hex | CB | EC | 11 | E | 0 | 5D | 7 | 45 | 57 | 32 |
| Octal | 313 | 354 | 21 | 16 | 0 | 135 | 7 | 105 | 127 | 62 |
| Binary | 11001011 | 11101100 | 10001 | 1110 | 0 | 1011101 | 111 | 1000101 | 1010111 | 110010 |
Color Harmonies of #CBEC11
Complementary color
Monochromatic Colors of #CBEC11
Black with #CBEC11
Text Example
Text Example
White with #CBEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC11; }
p { color: rgb(203,236,17); }
H1.HeaderClassName
{
color: #CBEC11;
}
.AnyTagClassName
{
color: #CBEC11;
}
</style>
background-color css
<style>
a { background-color: #CBEC11; }
a { background-color: rgb(203,236,17); }
div.DivClassName
{
background-color: #CBEC11;
}
.BgClassName
{
background-color: #CBEC11;
}
</style>
border-color css
<style>
span { border-color: #CBEC11; }
span { border-color: rgb(203,236,17); }
td.TdClassName
{
border-color: #CBEC11;
}
.TagClassName
{
border-color: #CBEC11;
}
</style>