Shades of Electric Lime #CCEB0A
Tints of Electric Lime #CCEB0A
RGB
CMYK
RGB Variations
Color information
#CCEB0A (or 0xCCEB0A) is known color: Electric Lime. HEX triplet: CC, EB and 0A. RGB value is (204,235,10). Sum of RGB (Red+Green+Blue) = 204+235+10=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB0A is #3314F5. Grayscale: #C8C8C8. Windows color (decimal): -3347702 or 715724. OLE color: 715724.
HSL color Cylindrical-coordinate representation of color #CCEB0A: hue angle of 68.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCEB0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.08 |
| HSL | 68.27º | 0.92% | 0.48% | - |
| HSV(B) | 68.27º | 0.96% | 0.92% | - |
| XYZ | 54.66 | 72.28 | 11.36 | - |
| YUV | 200.08 | 20.73 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 10 | 0.13 | 0 | 0.96 | 0.08 | 68.27 | 0.92 | 0.48 |
| Hex | CC | EB | A | D | 0 | 60 | 8 | 44 | 5C | 30 |
| Octal | 314 | 353 | 12 | 15 | 0 | 140 | 10 | 104 | 134 | 60 |
| Binary | 11001100 | 11101011 | 1010 | 1101 | 0 | 1100000 | 1000 | 1000100 | 1011100 | 110000 |
Color Harmonies of #CCEB0A
Complementary color
Monochromatic Colors of #CCEB0A
Black with #CCEB0A
Text Example
Text Example
White with #CCEB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB0A; }
p { color: rgb(204,235,10); }
H1.HeaderClassName
{
color: #CCEB0A;
}
.AnyTagClassName
{
color: #CCEB0A;
}
</style>
background-color css
<style>
a { background-color: #CCEB0A; }
a { background-color: rgb(204,235,10); }
div.DivClassName
{
background-color: #CCEB0A;
}
.BgClassName
{
background-color: #CCEB0A;
}
</style>
border-color css
<style>
span { border-color: #CCEB0A; }
span { border-color: rgb(204,235,10); }
td.TdClassName
{
border-color: #CCEB0A;
}
.TagClassName
{
border-color: #CCEB0A;
}
</style>