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