Shades of Electric Lime #CCE104
Tints of Electric Lime #CCE104
RGB
CMYK
RGB Variations
Color information
#CCE104 (or 0xCCE104) is known color: Electric Lime. HEX triplet: CC, E1 and 04. RGB value is (204,225,4). Sum of RGB (Red+Green+Blue) = 204+225+4=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE104 is #331EFB. Grayscale: #C2C2C2. Windows color (decimal): -3350268 or 319948. OLE color: 319948.
HSL color Cylindrical-coordinate representation of color #CCE104: hue angle of 65.7º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCE104 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.12 |
| HSL | 65.7º | 0.97% | 0.45% | - |
| HSV(B) | 65.7º | 0.98% | 0.88% | - |
| XYZ | 51.85 | 66.7 | 10.26 | - |
| YUV | 193.53 | 21.04 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 4 | 0.09 | 0 | 0.98 | 0.12 | 65.7 | 0.97 | 0.45 |
| Hex | CC | E1 | 4 | 9 | 0 | 62 | C | 42 | 61 | 2D |
| Octal | 314 | 341 | 4 | 11 | 0 | 142 | 14 | 102 | 141 | 55 |
| Binary | 11001100 | 11100001 | 100 | 1001 | 0 | 1100010 | 1100 | 1000010 | 1100001 | 101101 |
Color Harmonies of #CCE104
Complementary color
Monochromatic Colors of #CCE104
Black with #CCE104
Text Example
Text Example
White with #CCE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE104; }
p { color: rgb(204,225,4); }
H1.HeaderClassName
{
color: #CCE104;
}
.AnyTagClassName
{
color: #CCE104;
}
</style>
background-color css
<style>
a { background-color: #CCE104; }
a { background-color: rgb(204,225,4); }
div.DivClassName
{
background-color: #CCE104;
}
.BgClassName
{
background-color: #CCE104;
}
</style>
border-color css
<style>
span { border-color: #CCE104; }
span { border-color: rgb(204,225,4); }
td.TdClassName
{
border-color: #CCE104;
}
.TagClassName
{
border-color: #CCE104;
}
</style>