Shades of Electric Lime #CCE107
Tints of Electric Lime #CCE107
RGB
CMYK
RGB Variations
Color information
#CCE107 (or 0xCCE107) is known color: Electric Lime. HEX triplet: CC, E1 and 07. RGB value is (204,225,7). Sum of RGB (Red+Green+Blue) = 204+225+7=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE107 is #331EF8. Grayscale: #C2C2C2. Windows color (decimal): -3350265 or 516556. OLE color: 516556.
HSL color Cylindrical-coordinate representation of color #CCE107: hue angle of 65.78º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE107 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.12 |
| HSL | 65.78º | 0.94% | 0.45% | - |
| HSV(B) | 65.78º | 0.97% | 0.88% | - |
| XYZ | 51.87 | 66.7 | 10.34 | - |
| YUV | 193.87 | 22.54 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 7 | 0.09 | 0 | 0.97 | 0.12 | 65.78 | 0.94 | 0.45 |
| Hex | CC | E1 | 7 | 9 | 0 | 61 | C | 42 | 5E | 2D |
| Octal | 314 | 341 | 7 | 11 | 0 | 141 | 14 | 102 | 136 | 55 |
| Binary | 11001100 | 11100001 | 111 | 1001 | 0 | 1100001 | 1100 | 1000010 | 1011110 | 101101 |
Color Harmonies of #CCE107
Complementary color
Monochromatic Colors of #CCE107
Black with #CCE107
Text Example
Text Example
White with #CCE107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE107; }
p { color: rgb(204,225,7); }
H1.HeaderClassName
{
color: #CCE107;
}
.AnyTagClassName
{
color: #CCE107;
}
</style>
background-color css
<style>
a { background-color: #CCE107; }
a { background-color: rgb(204,225,7); }
div.DivClassName
{
background-color: #CCE107;
}
.BgClassName
{
background-color: #CCE107;
}
</style>
border-color css
<style>
span { border-color: #CCE107; }
span { border-color: rgb(204,225,7); }
td.TdClassName
{
border-color: #CCE107;
}
.TagClassName
{
border-color: #CCE107;
}
</style>