Shades of Electric Lime #CCE400
Tints of Electric Lime #CCE400
RGB
CMYK
RGB Variations
Color information
#CCE400 (or 0xCCE400) is known color: Electric Lime. HEX triplet: CC, E4 and 00. RGB value is (204,228,0). Sum of RGB (Red+Green+Blue) = 204+228+0=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE400 is #331BFF. Grayscale: #C3C3C3. Windows color (decimal): -3349504 or 58572. OLE color: 58572.
HSL color Cylindrical-coordinate representation of color #CCE400: hue angle of 66.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCE400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.11 |
| HSL | 66.32º | 1% | 0.45% | - |
| HSV(B) | 66.32º | 1% | 0.89% | - |
| XYZ | 52.65 | 68.32 | 10.41 | - |
| YUV | 194.83 | 18.05 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 0 | 0.11 | 0 | 1 | 0.11 | 66.32 | 1 | 0.45 |
| Hex | CC | E4 | 0 | B | 0 | 64 | B | 42 | 64 | 2D |
| Octal | 314 | 344 | 0 | 13 | 0 | 144 | 13 | 102 | 144 | 55 |
| Binary | 11001100 | 11100100 | 0 | 1011 | 0 | 1100100 | 1011 | 1000010 | 1100100 | 101101 |
Color Harmonies of #CCE400
Complementary color
Monochromatic Colors of #CCE400
Black with #CCE400
Text Example
Text Example
White with #CCE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE400; }
p { color: rgb(204,228,0); }
H1.HeaderClassName
{
color: #CCE400;
}
.AnyTagClassName
{
color: #CCE400;
}
</style>
background-color css
<style>
a { background-color: #CCE400; }
a { background-color: rgb(204,228,0); }
div.DivClassName
{
background-color: #CCE400;
}
.BgClassName
{
background-color: #CCE400;
}
</style>
border-color css
<style>
span { border-color: #CCE400; }
span { border-color: rgb(204,228,0); }
td.TdClassName
{
border-color: #CCE400;
}
.TagClassName
{
border-color: #CCE400;
}
</style>