Shades of Electric Lime #CCEB15
Tints of Electric Lime #CCEB15
RGB
CMYK
RGB Variations
Color information
#CCEB15 (or 0xCCEB15) is known color: Electric Lime. HEX triplet: CC, EB and 15. RGB value is (204,235,21). Sum of RGB (Red+Green+Blue) = 204+235+21=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB15 is #3314EA. Grayscale: #CACACA. Windows color (decimal): -3347691 or 1436620. OLE color: 1436620.
HSL color Cylindrical-coordinate representation of color #CCEB15: hue angle of 68.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCEB15 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 21 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.08 |
| HSL | 68.69º | 0.84% | 0.5% | - |
| HSV(B) | 68.69º | 0.91% | 0.92% | - |
| XYZ | 54.75 | 72.31 | 11.78 | - |
| YUV | 201.34 | 26.23 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 21 | 0.13 | 0 | 0.91 | 0.08 | 68.69 | 0.84 | 0.5 |
| Hex | CC | EB | 15 | D | 0 | 5B | 8 | 45 | 54 | 32 |
| Octal | 314 | 353 | 25 | 15 | 0 | 133 | 10 | 105 | 124 | 62 |
| Binary | 11001100 | 11101011 | 10101 | 1101 | 0 | 1011011 | 1000 | 1000101 | 1010100 | 110010 |
Color Harmonies of #CCEB15
Complementary color
Monochromatic Colors of #CCEB15
Black with #CCEB15
Text Example
Text Example
White with #CCEB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB15; }
p { color: rgb(204,235,21); }
H1.HeaderClassName
{
color: #CCEB15;
}
.AnyTagClassName
{
color: #CCEB15;
}
</style>
background-color css
<style>
a { background-color: #CCEB15; }
a { background-color: rgb(204,235,21); }
div.DivClassName
{
background-color: #CCEB15;
}
.BgClassName
{
background-color: #CCEB15;
}
</style>
border-color css
<style>
span { border-color: #CCEB15; }
span { border-color: rgb(204,235,21); }
td.TdClassName
{
border-color: #CCEB15;
}
.TagClassName
{
border-color: #CCEB15;
}
</style>