Shades of Electric Lime #CCE50C
Tints of Electric Lime #CCE50C
RGB
CMYK
RGB Variations
Color information
#CCE50C (or 0xCCE50C) is known color: Electric Lime. HEX triplet: CC, E5 and 0C. RGB value is (204,229,12). Sum of RGB (Red+Green+Blue) = 204+229+12=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE50C is #331AF3. Grayscale: #C5C5C5. Windows color (decimal): -3349236 or 845260. OLE color: 845260.
HSL color Cylindrical-coordinate representation of color #CCE50C: hue angle of 66.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCE50C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.10 |
| HSL | 66.91º | 0.9% | 0.47% | - |
| HSV(B) | 66.91º | 0.95% | 0.9% | - |
| XYZ | 52.99 | 68.9 | 10.85 | - |
| YUV | 196.79 | 23.72 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 12 | 0.11 | 0 | 0.95 | 0.10 | 66.91 | 0.9 | 0.47 |
| Hex | CC | E5 | C | B | 0 | 5F | A | 43 | 5A | 2F |
| Octal | 314 | 345 | 14 | 13 | 0 | 137 | 12 | 103 | 132 | 57 |
| Binary | 11001100 | 11100101 | 1100 | 1011 | 0 | 1011111 | 1010 | 1000011 | 1011010 | 101111 |
Color Harmonies of #CCE50C
Complementary color
Monochromatic Colors of #CCE50C
Black with #CCE50C
Text Example
Text Example
White with #CCE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE50C; }
p { color: rgb(204,229,12); }
H1.HeaderClassName
{
color: #CCE50C;
}
.AnyTagClassName
{
color: #CCE50C;
}
</style>
background-color css
<style>
a { background-color: #CCE50C; }
a { background-color: rgb(204,229,12); }
div.DivClassName
{
background-color: #CCE50C;
}
.BgClassName
{
background-color: #CCE50C;
}
</style>
border-color css
<style>
span { border-color: #CCE50C; }
span { border-color: rgb(204,229,12); }
td.TdClassName
{
border-color: #CCE50C;
}
.TagClassName
{
border-color: #CCE50C;
}
</style>