Shades of Electric Lime #CCE805
Tints of Electric Lime #CCE805
RGB
CMYK
RGB Variations
Color information
#CCE805 (or 0xCCE805) is known color: Electric Lime. HEX triplet: CC, E8 and 05. RGB value is (204,232,5). Sum of RGB (Red+Green+Blue) = 204+232+5=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE805 is #3317FA. Grayscale: #C6C6C6. Windows color (decimal): -3348475 or 387276. OLE color: 387276.
HSL color Cylindrical-coordinate representation of color #CCE805: hue angle of 67.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE805 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.09 |
| HSL | 67.4º | 0.96% | 0.46% | - |
| HSV(B) | 67.4º | 0.98% | 0.91% | - |
| XYZ | 53.79 | 70.56 | 10.93 | - |
| YUV | 197.75 | 19.22 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 5 | 0.12 | 0 | 0.98 | 0.09 | 67.4 | 0.96 | 0.46 |
| Hex | CC | E8 | 5 | C | 0 | 62 | 9 | 43 | 60 | 2E |
| Octal | 314 | 350 | 5 | 14 | 0 | 142 | 11 | 103 | 140 | 56 |
| Binary | 11001100 | 11101000 | 101 | 1100 | 0 | 1100010 | 1001 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CCE805
Complementary color
Monochromatic Colors of #CCE805
Black with #CCE805
Text Example
Text Example
White with #CCE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE805; }
p { color: rgb(204,232,5); }
H1.HeaderClassName
{
color: #CCE805;
}
.AnyTagClassName
{
color: #CCE805;
}
</style>
background-color css
<style>
a { background-color: #CCE805; }
a { background-color: rgb(204,232,5); }
div.DivClassName
{
background-color: #CCE805;
}
.BgClassName
{
background-color: #CCE805;
}
</style>
border-color css
<style>
span { border-color: #CCE805; }
span { border-color: rgb(204,232,5); }
td.TdClassName
{
border-color: #CCE805;
}
.TagClassName
{
border-color: #CCE805;
}
</style>