Shades of Electric Lime #CCE005
Tints of Electric Lime #CCE005
RGB
CMYK
RGB Variations
Color information
#CCE005 (or 0xCCE005) is known color: Electric Lime. HEX triplet: CC, E0 and 05. RGB value is (204,224,5). Sum of RGB (Red+Green+Blue) = 204+224+5=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE005 is #331FFA. Grayscale: #C1C1C1. Windows color (decimal): -3350523 or 385228. OLE color: 385228.
HSL color Cylindrical-coordinate representation of color #CCE005: hue angle of 65.48º degrees, saturation: 0.96, 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 #CCE005 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.12 |
| HSL | 65.48º | 0.96% | 0.45% | - |
| HSV(B) | 65.48º | 0.98% | 0.88% | - |
| XYZ | 51.58 | 66.16 | 10.19 | - |
| YUV | 193.05 | 21.87 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 5 | 0.09 | 0 | 0.98 | 0.12 | 65.48 | 0.96 | 0.45 |
| Hex | CC | E0 | 5 | 9 | 0 | 62 | C | 41 | 60 | 2D |
| Octal | 314 | 340 | 5 | 11 | 0 | 142 | 14 | 101 | 140 | 55 |
| Binary | 11001100 | 11100000 | 101 | 1001 | 0 | 1100010 | 1100 | 1000001 | 1100000 | 101101 |
Color Harmonies of #CCE005
Complementary color
Monochromatic Colors of #CCE005
Black with #CCE005
Text Example
Text Example
White with #CCE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE005; }
p { color: rgb(204,224,5); }
H1.HeaderClassName
{
color: #CCE005;
}
.AnyTagClassName
{
color: #CCE005;
}
</style>
background-color css
<style>
a { background-color: #CCE005; }
a { background-color: rgb(204,224,5); }
div.DivClassName
{
background-color: #CCE005;
}
.BgClassName
{
background-color: #CCE005;
}
</style>
border-color css
<style>
span { border-color: #CCE005; }
span { border-color: rgb(204,224,5); }
td.TdClassName
{
border-color: #CCE005;
}
.TagClassName
{
border-color: #CCE005;
}
</style>