Shades of Electric Lime #CCE500
Tints of Electric Lime #CCE500
RGB
CMYK
RGB Variations
Color information
#CCE500 (or 0xCCE500) is known color: Electric Lime. HEX triplet: CC, E5 and 00. RGB value is (204,229,0). Sum of RGB (Red+Green+Blue) = 204+229+0=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE500 is #331AFF. Grayscale: #C4C4C4. Windows color (decimal): -3349248 or 58828. OLE color: 58828.
HSL color Cylindrical-coordinate representation of color #CCE500: hue angle of 66.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.10 |
| HSL | 66.55º | 1% | 0.45% | - |
| HSV(B) | 66.55º | 1% | 0.9% | - |
| XYZ | 52.92 | 68.88 | 10.51 | - |
| YUV | 195.42 | 17.72 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 0 | 0.11 | 0 | 1 | 0.10 | 66.55 | 1 | 0.45 |
| Hex | CC | E5 | 0 | B | 0 | 64 | A | 43 | 64 | 2D |
| Octal | 314 | 345 | 0 | 13 | 0 | 144 | 12 | 103 | 144 | 55 |
| Binary | 11001100 | 11100101 | 0 | 1011 | 0 | 1100100 | 1010 | 1000011 | 1100100 | 101101 |
Color Harmonies of #CCE500
Complementary color
Monochromatic Colors of #CCE500
Black with #CCE500
Text Example
Text Example
White with #CCE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE500; }
p { color: rgb(204,229,0); }
H1.HeaderClassName
{
color: #CCE500;
}
.AnyTagClassName
{
color: #CCE500;
}
</style>
background-color css
<style>
a { background-color: #CCE500; }
a { background-color: rgb(204,229,0); }
div.DivClassName
{
background-color: #CCE500;
}
.BgClassName
{
background-color: #CCE500;
}
</style>
border-color css
<style>
span { border-color: #CCE500; }
span { border-color: rgb(204,229,0); }
td.TdClassName
{
border-color: #CCE500;
}
.TagClassName
{
border-color: #CCE500;
}
</style>