Shades of Electric Lime #CCEC0C
Tints of Electric Lime #CCEC0C
RGB
CMYK
RGB Variations
Color information
#CCEC0C (or 0xCCEC0C) is known color: Electric Lime. HEX triplet: CC, EC and 0C. RGB value is (204,236,12). Sum of RGB (Red+Green+Blue) = 204+236+12=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC0C is #3313F3. Grayscale: #C9C9C9. Windows color (decimal): -3347444 or 847052. OLE color: 847052.
HSL color Cylindrical-coordinate representation of color #CCEC0C: hue angle of 68.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCEC0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.07 |
| HSL | 68.57º | 0.9% | 0.49% | - |
| HSV(B) | 68.57º | 0.95% | 0.93% | - |
| XYZ | 54.96 | 72.85 | 11.51 | - |
| YUV | 200.9 | 21.4 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 12 | 0.14 | 0 | 0.95 | 0.07 | 68.57 | 0.9 | 0.49 |
| Hex | CC | EC | C | E | 0 | 5F | 7 | 45 | 5A | 31 |
| Octal | 314 | 354 | 14 | 16 | 0 | 137 | 7 | 105 | 132 | 61 |
| Binary | 11001100 | 11101100 | 1100 | 1110 | 0 | 1011111 | 111 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CCEC0C
Complementary color
Monochromatic Colors of #CCEC0C
Black with #CCEC0C
Text Example
Text Example
White with #CCEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC0C; }
p { color: rgb(204,236,12); }
H1.HeaderClassName
{
color: #CCEC0C;
}
.AnyTagClassName
{
color: #CCEC0C;
}
</style>
background-color css
<style>
a { background-color: #CCEC0C; }
a { background-color: rgb(204,236,12); }
div.DivClassName
{
background-color: #CCEC0C;
}
.BgClassName
{
background-color: #CCEC0C;
}
</style>
border-color css
<style>
span { border-color: #CCEC0C; }
span { border-color: rgb(204,236,12); }
td.TdClassName
{
border-color: #CCEC0C;
}
.TagClassName
{
border-color: #CCEC0C;
}
</style>