Shades of Electric Lime #CCE504
Tints of Electric Lime #CCE504
RGB
CMYK
RGB Variations
Color information
#CCE504 (or 0xCCE504) is known color: Electric Lime. HEX triplet: CC, E5 and 04. RGB value is (204,229,4). Sum of RGB (Red+Green+Blue) = 204+229+4=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE504 is #331AFB. Grayscale: #C4C4C4. Windows color (decimal): -3349244 or 320972. OLE color: 320972.
HSL color Cylindrical-coordinate representation of color #CCE504: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE504 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.10 |
| HSL | 66.67º | 0.97% | 0.46% | - |
| HSV(B) | 66.67º | 0.98% | 0.9% | - |
| XYZ | 52.94 | 68.88 | 10.62 | - |
| YUV | 195.88 | 19.72 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 4 | 0.11 | 0 | 0.98 | 0.10 | 66.67 | 0.97 | 0.46 |
| Hex | CC | E5 | 4 | B | 0 | 62 | A | 43 | 61 | 2E |
| Octal | 314 | 345 | 4 | 13 | 0 | 142 | 12 | 103 | 141 | 56 |
| Binary | 11001100 | 11100101 | 100 | 1011 | 0 | 1100010 | 1010 | 1000011 | 1100001 | 101110 |
Color Harmonies of #CCE504
Complementary color
Monochromatic Colors of #CCE504
Black with #CCE504
Text Example
Text Example
White with #CCE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE504; }
p { color: rgb(204,229,4); }
H1.HeaderClassName
{
color: #CCE504;
}
.AnyTagClassName
{
color: #CCE504;
}
</style>
background-color css
<style>
a { background-color: #CCE504; }
a { background-color: rgb(204,229,4); }
div.DivClassName
{
background-color: #CCE504;
}
.BgClassName
{
background-color: #CCE504;
}
</style>
border-color css
<style>
span { border-color: #CCE504; }
span { border-color: rgb(204,229,4); }
td.TdClassName
{
border-color: #CCE504;
}
.TagClassName
{
border-color: #CCE504;
}
</style>