Shades of Electric Lime #CCE807
Tints of Electric Lime #CCE807
RGB
CMYK
RGB Variations
Color information
#CCE807 (or 0xCCE807) is known color: Electric Lime. HEX triplet: CC, E8 and 07. RGB value is (204,232,7). Sum of RGB (Red+Green+Blue) = 204+232+7=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE807 is #3317F8. Grayscale: #C6C6C6. Windows color (decimal): -3348473 or 518348. OLE color: 518348.
HSL color Cylindrical-coordinate representation of color #CCE807: hue angle of 67.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE807 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.47º | 0.94% | 0.47% | - |
| HSV(B) | 67.47º | 0.97% | 0.91% | - |
| XYZ | 53.8 | 70.57 | 10.99 | - |
| YUV | 197.98 | 20.22 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 7 | 0.12 | 0 | 0.97 | 0.09 | 67.47 | 0.94 | 0.47 |
| Hex | CC | E8 | 7 | C | 0 | 61 | 9 | 43 | 5E | 2F |
| Octal | 314 | 350 | 7 | 14 | 0 | 141 | 11 | 103 | 136 | 57 |
| Binary | 11001100 | 11101000 | 111 | 1100 | 0 | 1100001 | 1001 | 1000011 | 1011110 | 101111 |
Color Harmonies of #CCE807
Complementary color
Monochromatic Colors of #CCE807
Black with #CCE807
Text Example
Text Example
White with #CCE807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE807; }
p { color: rgb(204,232,7); }
H1.HeaderClassName
{
color: #CCE807;
}
.AnyTagClassName
{
color: #CCE807;
}
</style>
background-color css
<style>
a { background-color: #CCE807; }
a { background-color: rgb(204,232,7); }
div.DivClassName
{
background-color: #CCE807;
}
.BgClassName
{
background-color: #CCE807;
}
</style>
border-color css
<style>
span { border-color: #CCE807; }
span { border-color: rgb(204,232,7); }
td.TdClassName
{
border-color: #CCE807;
}
.TagClassName
{
border-color: #CCE807;
}
</style>