Shades of Electric Lime #CCE006
Tints of Electric Lime #CCE006
RGB
CMYK
RGB Variations
Color information
#CCE006 (or 0xCCE006) is known color: Electric Lime. HEX triplet: CC, E0 and 06. RGB value is (204,224,6). Sum of RGB (Red+Green+Blue) = 204+224+6=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE006 is #331FF9. Grayscale: #C2C2C2. Windows color (decimal): -3350522 or 450764. OLE color: 450764.
HSL color Cylindrical-coordinate representation of color #CCE006: hue angle of 65.5º degrees, saturation: 0.95, 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 #CCE006 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.12 |
| HSL | 65.5º | 0.95% | 0.45% | - |
| HSV(B) | 65.5º | 0.97% | 0.88% | - |
| XYZ | 51.59 | 66.16 | 10.22 | - |
| YUV | 193.17 | 22.37 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 6 | 0.09 | 0 | 0.97 | 0.12 | 65.5 | 0.95 | 0.45 |
| Hex | CC | E0 | 6 | 9 | 0 | 61 | C | 42 | 5F | 2D |
| Octal | 314 | 340 | 6 | 11 | 0 | 141 | 14 | 102 | 137 | 55 |
| Binary | 11001100 | 11100000 | 110 | 1001 | 0 | 1100001 | 1100 | 1000010 | 1011111 | 101101 |
Color Harmonies of #CCE006
Complementary color
Monochromatic Colors of #CCE006
Black with #CCE006
Text Example
Text Example
White with #CCE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE006; }
p { color: rgb(204,224,6); }
H1.HeaderClassName
{
color: #CCE006;
}
.AnyTagClassName
{
color: #CCE006;
}
</style>
background-color css
<style>
a { background-color: #CCE006; }
a { background-color: rgb(204,224,6); }
div.DivClassName
{
background-color: #CCE006;
}
.BgClassName
{
background-color: #CCE006;
}
</style>
border-color css
<style>
span { border-color: #CCE006; }
span { border-color: rgb(204,224,6); }
td.TdClassName
{
border-color: #CCE006;
}
.TagClassName
{
border-color: #CCE006;
}
</style>