Shades of Electric Lime #CEEC11
Tints of Electric Lime #CEEC11
RGB
CMYK
RGB Variations
Color information
#CEEC11 (or 0xCEEC11) is known color: Electric Lime. HEX triplet: CE, EC and 11. RGB value is (206,236,17). Sum of RGB (Red+Green+Blue) = 206+236+17=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC11 is #3113EE. Grayscale: #CACACA. Windows color (decimal): -3216367 or 1174734. OLE color: 1174734.
HSL color Cylindrical-coordinate representation of color #CEEC11: hue angle of 68.22º 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 #CEEC11 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 17 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.07 |
| HSL | 68.22º | 0.87% | 0.5% | - |
| HSV(B) | 68.22º | 0.93% | 0.93% | - |
| XYZ | 55.55 | 73.15 | 11.72 | - |
| YUV | 202.06 | 23.56 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 17 | 0.13 | 0 | 0.93 | 0.07 | 68.22 | 0.87 | 0.5 |
| Hex | CE | EC | 11 | D | 0 | 5D | 7 | 44 | 57 | 32 |
| Octal | 316 | 354 | 21 | 15 | 0 | 135 | 7 | 104 | 127 | 62 |
| Binary | 11001110 | 11101100 | 10001 | 1101 | 0 | 1011101 | 111 | 1000100 | 1010111 | 110010 |
Color Harmonies of #CEEC11
Complementary color
Monochromatic Colors of #CEEC11
Black with #CEEC11
Text Example
Text Example
White with #CEEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC11; }
p { color: rgb(206,236,17); }
H1.HeaderClassName
{
color: #CEEC11;
}
.AnyTagClassName
{
color: #CEEC11;
}
</style>
background-color css
<style>
a { background-color: #CEEC11; }
a { background-color: rgb(206,236,17); }
div.DivClassName
{
background-color: #CEEC11;
}
.BgClassName
{
background-color: #CEEC11;
}
</style>
border-color css
<style>
span { border-color: #CEEC11; }
span { border-color: rgb(206,236,17); }
td.TdClassName
{
border-color: #CEEC11;
}
.TagClassName
{
border-color: #CEEC11;
}
</style>