Shades of Electric Lime #CCEC0E
Tints of Electric Lime #CCEC0E
RGB
CMYK
RGB Variations
Color information
#CCEC0E (or 0xCCEC0E) is known color: Electric Lime. HEX triplet: CC, EC and 0E. RGB value is (204,236,14). Sum of RGB (Red+Green+Blue) = 204+236+14=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC0E is #3313F1. Grayscale: #C9C9C9. Windows color (decimal): -3347442 or 978124. OLE color: 978124.
HSL color Cylindrical-coordinate representation of color #CCEC0E: hue angle of 68.65º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCEC0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.07 |
| HSL | 68.65º | 0.89% | 0.49% | - |
| HSV(B) | 68.65º | 0.94% | 0.93% | - |
| XYZ | 54.98 | 72.86 | 11.58 | - |
| YUV | 201.12 | 22.4 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 14 | 0.14 | 0 | 0.94 | 0.07 | 68.65 | 0.89 | 0.49 |
| Hex | CC | EC | E | E | 0 | 5E | 7 | 45 | 59 | 31 |
| Octal | 314 | 354 | 16 | 16 | 0 | 136 | 7 | 105 | 131 | 61 |
| Binary | 11001100 | 11101100 | 1110 | 1110 | 0 | 1011110 | 111 | 1000101 | 1011001 | 110001 |
Color Harmonies of #CCEC0E
Complementary color
Monochromatic Colors of #CCEC0E
Black with #CCEC0E
Text Example
Text Example
White with #CCEC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC0E; }
p { color: rgb(204,236,14); }
H1.HeaderClassName
{
color: #CCEC0E;
}
.AnyTagClassName
{
color: #CCEC0E;
}
</style>
background-color css
<style>
a { background-color: #CCEC0E; }
a { background-color: rgb(204,236,14); }
div.DivClassName
{
background-color: #CCEC0E;
}
.BgClassName
{
background-color: #CCEC0E;
}
</style>
border-color css
<style>
span { border-color: #CCEC0E; }
span { border-color: rgb(204,236,14); }
td.TdClassName
{
border-color: #CCEC0E;
}
.TagClassName
{
border-color: #CCEC0E;
}
</style>