Shades of Electric Lime #CCE50A
Tints of Electric Lime #CCE50A
RGB
CMYK
RGB Variations
Color information
#CCE50A (or 0xCCE50A) is known color: Electric Lime. HEX triplet: CC, E5 and 0A. RGB value is (204,229,10). Sum of RGB (Red+Green+Blue) = 204+229+10=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE50A is #331AF5. Grayscale: #C5C5C5. Windows color (decimal): -3349238 or 714188. OLE color: 714188.
HSL color Cylindrical-coordinate representation of color #CCE50A: hue angle of 66.85º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCE50A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.10 |
| HSL | 66.85º | 0.92% | 0.47% | - |
| HSV(B) | 66.85º | 0.96% | 0.9% | - |
| XYZ | 52.98 | 68.9 | 10.79 | - |
| YUV | 196.56 | 22.72 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 10 | 0.11 | 0 | 0.96 | 0.10 | 66.85 | 0.92 | 0.47 |
| Hex | CC | E5 | A | B | 0 | 60 | A | 43 | 5C | 2F |
| Octal | 314 | 345 | 12 | 13 | 0 | 140 | 12 | 103 | 134 | 57 |
| Binary | 11001100 | 11100101 | 1010 | 1011 | 0 | 1100000 | 1010 | 1000011 | 1011100 | 101111 |
Color Harmonies of #CCE50A
Complementary color
Monochromatic Colors of #CCE50A
Black with #CCE50A
Text Example
Text Example
White with #CCE50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE50A; }
p { color: rgb(204,229,10); }
H1.HeaderClassName
{
color: #CCE50A;
}
.AnyTagClassName
{
color: #CCE50A;
}
</style>
background-color css
<style>
a { background-color: #CCE50A; }
a { background-color: rgb(204,229,10); }
div.DivClassName
{
background-color: #CCE50A;
}
.BgClassName
{
background-color: #CCE50A;
}
</style>
border-color css
<style>
span { border-color: #CCE50A; }
span { border-color: rgb(204,229,10); }
td.TdClassName
{
border-color: #CCE50A;
}
.TagClassName
{
border-color: #CCE50A;
}
</style>