Shades of Electric Lime #CCE505
Tints of Electric Lime #CCE505
RGB
CMYK
RGB Variations
Color information
#CCE505 (or 0xCCE505) is known color: Electric Lime. HEX triplet: CC, E5 and 05. RGB value is (204,229,5). Sum of RGB (Red+Green+Blue) = 204+229+5=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE505 is #331AFA. Grayscale: #C4C4C4. Windows color (decimal): -3349243 or 386508. OLE color: 386508.
HSL color Cylindrical-coordinate representation of color #CCE505: hue angle of 66.7º degrees, saturation: 0.96, 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 #CCE505 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.10 |
| HSL | 66.7º | 0.96% | 0.46% | - |
| HSV(B) | 66.7º | 0.98% | 0.9% | - |
| XYZ | 52.95 | 68.89 | 10.65 | - |
| YUV | 195.99 | 20.22 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 5 | 0.11 | 0 | 0.98 | 0.10 | 66.7 | 0.96 | 0.46 |
| Hex | CC | E5 | 5 | B | 0 | 62 | A | 43 | 60 | 2E |
| Octal | 314 | 345 | 5 | 13 | 0 | 142 | 12 | 103 | 140 | 56 |
| Binary | 11001100 | 11100101 | 101 | 1011 | 0 | 1100010 | 1010 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CCE505
Complementary color
Monochromatic Colors of #CCE505
Black with #CCE505
Text Example
Text Example
White with #CCE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE505; }
p { color: rgb(204,229,5); }
H1.HeaderClassName
{
color: #CCE505;
}
.AnyTagClassName
{
color: #CCE505;
}
</style>
background-color css
<style>
a { background-color: #CCE505; }
a { background-color: rgb(204,229,5); }
div.DivClassName
{
background-color: #CCE505;
}
.BgClassName
{
background-color: #CCE505;
}
</style>
border-color css
<style>
span { border-color: #CCE505; }
span { border-color: rgb(204,229,5); }
td.TdClassName
{
border-color: #CCE505;
}
.TagClassName
{
border-color: #CCE505;
}
</style>