Shades of Electric Lime #CCE404
Tints of Electric Lime #CCE404
RGB
CMYK
RGB Variations
Color information
#CCE404 (or 0xCCE404) is known color: Electric Lime. HEX triplet: CC, E4 and 04. RGB value is (204,228,4). Sum of RGB (Red+Green+Blue) = 204+228+4=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE404 is #331BFB. Grayscale: #C4C4C4. Windows color (decimal): -3349500 or 320716. OLE color: 320716.
HSL color Cylindrical-coordinate representation of color #CCE404: hue angle of 66.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE404 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.11 |
| HSL | 66.43º | 0.97% | 0.45% | - |
| HSV(B) | 66.43º | 0.98% | 0.89% | - |
| XYZ | 52.67 | 68.33 | 10.53 | - |
| YUV | 195.29 | 20.05 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 4 | 0.11 | 0 | 0.98 | 0.11 | 66.43 | 0.97 | 0.45 |
| Hex | CC | E4 | 4 | B | 0 | 62 | B | 42 | 61 | 2D |
| Octal | 314 | 344 | 4 | 13 | 0 | 142 | 13 | 102 | 141 | 55 |
| Binary | 11001100 | 11100100 | 100 | 1011 | 0 | 1100010 | 1011 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CCE404
Complementary color
Monochromatic Colors of #CCE404
Black with #CCE404
Text Example
Text Example
White with #CCE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE404; }
p { color: rgb(204,228,4); }
H1.HeaderClassName
{
color: #CCE404;
}
.AnyTagClassName
{
color: #CCE404;
}
</style>
background-color css
<style>
a { background-color: #CCE404; }
a { background-color: rgb(204,228,4); }
div.DivClassName
{
background-color: #CCE404;
}
.BgClassName
{
background-color: #CCE404;
}
</style>
border-color css
<style>
span { border-color: #CCE404; }
span { border-color: rgb(204,228,4); }
td.TdClassName
{
border-color: #CCE404;
}
.TagClassName
{
border-color: #CCE404;
}
</style>