Shades of Electric Lime #CCEC01
Tints of Electric Lime #CCEC01
RGB
CMYK
RGB Variations
Color information
#CCEC01 (or 0xCCEC01) is known color: Electric Lime. HEX triplet: CC, EC and 01. RGB value is (204,236,1). Sum of RGB (Red+Green+Blue) = 204+236+1=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC01 is #3313FE. Grayscale: #C8C8C8. Windows color (decimal): -3347455 or 126156. OLE color: 126156.
HSL color Cylindrical-coordinate representation of color #CCEC01: hue angle of 68.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCEC01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.07 |
| HSL | 68.17º | 0.99% | 0.46% | - |
| HSV(B) | 68.17º | 1% | 0.93% | - |
| XYZ | 54.9 | 72.83 | 11.19 | - |
| YUV | 199.64 | 15.9 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 1 | 0.14 | 0 | 1.00 | 0.07 | 68.17 | 0.99 | 0.46 |
| Hex | CC | EC | 1 | E | 0 | 64 | 7 | 44 | 63 | 2E |
| Octal | 314 | 354 | 1 | 16 | 0 | 144 | 7 | 104 | 143 | 56 |
| Binary | 11001100 | 11101100 | 1 | 1110 | 0 | 1100100 | 111 | 1000100 | 1100011 | 101110 |
Color Harmonies of #CCEC01
Complementary color
Monochromatic Colors of #CCEC01
Black with #CCEC01
Text Example
Text Example
White with #CCEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC01; }
p { color: rgb(204,236,1); }
H1.HeaderClassName
{
color: #CCEC01;
}
.AnyTagClassName
{
color: #CCEC01;
}
</style>
background-color css
<style>
a { background-color: #CCEC01; }
a { background-color: rgb(204,236,1); }
div.DivClassName
{
background-color: #CCEC01;
}
.BgClassName
{
background-color: #CCEC01;
}
</style>
border-color css
<style>
span { border-color: #CCEC01; }
span { border-color: rgb(204,236,1); }
td.TdClassName
{
border-color: #CCEC01;
}
.TagClassName
{
border-color: #CCEC01;
}
</style>