Shades of Electric Lime #CCE100
Tints of Electric Lime #CCE100
RGB
CMYK
RGB Variations
Color information
#CCE100 (or 0xCCE100) is known color: Electric Lime. HEX triplet: CC, E1 and 00. RGB value is (204,225,0). Sum of RGB (Red+Green+Blue) = 204+225+0=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE100 is #331EFF. Grayscale: #C1C1C1. Windows color (decimal): -3350272 or 57804. OLE color: 57804.
HSL color Cylindrical-coordinate representation of color #CCE100: hue angle of 65.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE100 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.12 |
| HSL | 65.6º | 1% | 0.44% | - |
| HSV(B) | 65.6º | 1% | 0.88% | - |
| XYZ | 51.83 | 66.69 | 10.14 | - |
| YUV | 193.07 | 19.04 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 0 | 0.09 | 0 | 1 | 0.12 | 65.6 | 1 | 0.44 |
| Hex | CC | E1 | 0 | 9 | 0 | 64 | C | 42 | 64 | 2C |
| Octal | 314 | 341 | 0 | 11 | 0 | 144 | 14 | 102 | 144 | 54 |
| Binary | 11001100 | 11100001 | 0 | 1001 | 0 | 1100100 | 1100 | 1000010 | 1100100 | 101100 |
Color Harmonies of #CCE100
Complementary color
Monochromatic Colors of #CCE100
Black with #CCE100
Text Example
Text Example
White with #CCE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE100; }
p { color: rgb(204,225,0); }
H1.HeaderClassName
{
color: #CCE100;
}
.AnyTagClassName
{
color: #CCE100;
}
</style>
background-color css
<style>
a { background-color: #CCE100; }
a { background-color: rgb(204,225,0); }
div.DivClassName
{
background-color: #CCE100;
}
.BgClassName
{
background-color: #CCE100;
}
</style>
border-color css
<style>
span { border-color: #CCE100; }
span { border-color: rgb(204,225,0); }
td.TdClassName
{
border-color: #CCE100;
}
.TagClassName
{
border-color: #CCE100;
}
</style>