Shades of Electric Lime #CCEC0D
Tints of Electric Lime #CCEC0D
RGB
CMYK
RGB Variations
Color information
#CCEC0D (or 0xCCEC0D) is known color: Electric Lime. HEX triplet: CC, EC and 0D. RGB value is (204,236,13). Sum of RGB (Red+Green+Blue) = 204+236+13=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC0D is #3313F2. Grayscale: #C9C9C9. Windows color (decimal): -3347443 or 912588. OLE color: 912588.
HSL color Cylindrical-coordinate representation of color #CCEC0D: hue angle of 68.61º degrees, saturation: 0.9, 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 #CCEC0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.07 |
| HSL | 68.61º | 0.9% | 0.49% | - |
| HSV(B) | 68.61º | 0.94% | 0.93% | - |
| XYZ | 54.97 | 72.86 | 11.55 | - |
| YUV | 201.01 | 21.9 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 13 | 0.14 | 0 | 0.94 | 0.07 | 68.61 | 0.9 | 0.49 |
| Hex | CC | EC | D | E | 0 | 5E | 7 | 45 | 5A | 31 |
| Octal | 314 | 354 | 15 | 16 | 0 | 136 | 7 | 105 | 132 | 61 |
| Binary | 11001100 | 11101100 | 1101 | 1110 | 0 | 1011110 | 111 | 1000101 | 1011010 | 110001 |
Color Harmonies of #CCEC0D
Complementary color
Monochromatic Colors of #CCEC0D
Black with #CCEC0D
Text Example
Text Example
White with #CCEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC0D; }
p { color: rgb(204,236,13); }
H1.HeaderClassName
{
color: #CCEC0D;
}
.AnyTagClassName
{
color: #CCEC0D;
}
</style>
background-color css
<style>
a { background-color: #CCEC0D; }
a { background-color: rgb(204,236,13); }
div.DivClassName
{
background-color: #CCEC0D;
}
.BgClassName
{
background-color: #CCEC0D;
}
</style>
border-color css
<style>
span { border-color: #CCEC0D; }
span { border-color: rgb(204,236,13); }
td.TdClassName
{
border-color: #CCEC0D;
}
.TagClassName
{
border-color: #CCEC0D;
}
</style>