Shades of Electric Lime #CCE800
Tints of Electric Lime #CCE800
RGB
CMYK
RGB Variations
Color information
#CCE800 (or 0xCCE800) is known color: Electric Lime. HEX triplet: CC, E8 and 00. RGB value is (204,232,0). Sum of RGB (Red+Green+Blue) = 204+232+0=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE800 is #3317FF. Grayscale: #C6C6C6. Windows color (decimal): -3348480 or 59596. OLE color: 59596.
HSL color Cylindrical-coordinate representation of color #CCE800: hue angle of 67.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.09 |
| HSL | 67.24º | 1% | 0.45% | - |
| HSV(B) | 67.24º | 1% | 0.91% | - |
| XYZ | 53.76 | 70.55 | 10.78 | - |
| YUV | 197.18 | 16.72 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 0 | 0.12 | 0 | 1 | 0.09 | 67.24 | 1 | 0.45 |
| Hex | CC | E8 | 0 | C | 0 | 64 | 9 | 43 | 64 | 2D |
| Octal | 314 | 350 | 0 | 14 | 0 | 144 | 11 | 103 | 144 | 55 |
| Binary | 11001100 | 11101000 | 0 | 1100 | 0 | 1100100 | 1001 | 1000011 | 1100100 | 101101 |
Color Harmonies of #CCE800
Complementary color
Monochromatic Colors of #CCE800
Black with #CCE800
Text Example
Text Example
White with #CCE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE800; }
p { color: rgb(204,232,0); }
H1.HeaderClassName
{
color: #CCE800;
}
.AnyTagClassName
{
color: #CCE800;
}
</style>
background-color css
<style>
a { background-color: #CCE800; }
a { background-color: rgb(204,232,0); }
div.DivClassName
{
background-color: #CCE800;
}
.BgClassName
{
background-color: #CCE800;
}
</style>
border-color css
<style>
span { border-color: #CCE800; }
span { border-color: rgb(204,232,0); }
td.TdClassName
{
border-color: #CCE800;
}
.TagClassName
{
border-color: #CCE800;
}
</style>