Shades of Electric Lime #CCE503
Tints of Electric Lime #CCE503
RGB
CMYK
RGB Variations
Color information
#CCE503 (or 0xCCE503) is known color: Electric Lime. HEX triplet: CC, E5 and 03. RGB value is (204,229,3). Sum of RGB (Red+Green+Blue) = 204+229+3=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE503 is #331AFC. Grayscale: #C4C4C4. Windows color (decimal): -3349245 or 255436. OLE color: 255436.
HSL color Cylindrical-coordinate representation of color #CCE503: hue angle of 66.64º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCE503 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 3 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.10 |
| HSL | 66.64º | 0.97% | 0.45% | - |
| HSV(B) | 66.64º | 0.99% | 0.9% | - |
| XYZ | 52.94 | 68.88 | 10.59 | - |
| YUV | 195.76 | 19.22 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 3 | 0.11 | 0 | 0.99 | 0.10 | 66.64 | 0.97 | 0.45 |
| Hex | CC | E5 | 3 | B | 0 | 63 | A | 43 | 61 | 2D |
| Octal | 314 | 345 | 3 | 13 | 0 | 143 | 12 | 103 | 141 | 55 |
| Binary | 11001100 | 11100101 | 11 | 1011 | 0 | 1100011 | 1010 | 1000011 | 1100001 | 101101 |
Color Harmonies of #CCE503
Complementary color
Monochromatic Colors of #CCE503
Black with #CCE503
Text Example
Text Example
White with #CCE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE503; }
p { color: rgb(204,229,3); }
H1.HeaderClassName
{
color: #CCE503;
}
.AnyTagClassName
{
color: #CCE503;
}
</style>
background-color css
<style>
a { background-color: #CCE503; }
a { background-color: rgb(204,229,3); }
div.DivClassName
{
background-color: #CCE503;
}
.BgClassName
{
background-color: #CCE503;
}
</style>
border-color css
<style>
span { border-color: #CCE503; }
span { border-color: rgb(204,229,3); }
td.TdClassName
{
border-color: #CCE503;
}
.TagClassName
{
border-color: #CCE503;
}
</style>