Shades of Electric Lime #CCEC0A
Tints of Electric Lime #CCEC0A
RGB
CMYK
RGB Variations
Color information
#CCEC0A (or 0xCCEC0A) is known color: Electric Lime. HEX triplet: CC, EC and 0A. RGB value is (204,236,10). Sum of RGB (Red+Green+Blue) = 204+236+10=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC0A is #3313F5. Grayscale: #C9C9C9. Windows color (decimal): -3347446 or 715980. OLE color: 715980.
HSL color Cylindrical-coordinate representation of color #CCEC0A: hue angle of 68.5º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCEC0A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.07 |
| HSL | 68.5º | 0.92% | 0.48% | - |
| HSV(B) | 68.5º | 0.96% | 0.93% | - |
| XYZ | 54.95 | 72.85 | 11.45 | - |
| YUV | 200.67 | 20.4 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 10 | 0.14 | 0 | 0.96 | 0.07 | 68.5 | 0.92 | 0.48 |
| Hex | CC | EC | A | E | 0 | 60 | 7 | 44 | 5C | 30 |
| Octal | 314 | 354 | 12 | 16 | 0 | 140 | 7 | 104 | 134 | 60 |
| Binary | 11001100 | 11101100 | 1010 | 1110 | 0 | 1100000 | 111 | 1000100 | 1011100 | 110000 |
Color Harmonies of #CCEC0A
Complementary color
Monochromatic Colors of #CCEC0A
Black with #CCEC0A
Text Example
Text Example
White with #CCEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC0A; }
p { color: rgb(204,236,10); }
H1.HeaderClassName
{
color: #CCEC0A;
}
.AnyTagClassName
{
color: #CCEC0A;
}
</style>
background-color css
<style>
a { background-color: #CCEC0A; }
a { background-color: rgb(204,236,10); }
div.DivClassName
{
background-color: #CCEC0A;
}
.BgClassName
{
background-color: #CCEC0A;
}
</style>
border-color css
<style>
span { border-color: #CCEC0A; }
span { border-color: rgb(204,236,10); }
td.TdClassName
{
border-color: #CCEC0A;
}
.TagClassName
{
border-color: #CCEC0A;
}
</style>