Shades of Electric Lime #CCE706
Tints of Electric Lime #CCE706
RGB
CMYK
RGB Variations
Color information
#CCE706 (or 0xCCE706) is known color: Electric Lime. HEX triplet: CC, E7 and 06. RGB value is (204,231,6). Sum of RGB (Red+Green+Blue) = 204+231+6=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE706 is #3318F9. Grayscale: #C6C6C6. Windows color (decimal): -3348730 or 452556. OLE color: 452556.
HSL color Cylindrical-coordinate representation of color #CCE706: hue angle of 67.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCE706 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.09 |
| HSL | 67.2º | 0.95% | 0.46% | - |
| HSV(B) | 67.2º | 0.97% | 0.91% | - |
| XYZ | 53.51 | 70 | 10.86 | - |
| YUV | 197.28 | 20.05 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 6 | 0.12 | 0 | 0.97 | 0.09 | 67.2 | 0.95 | 0.46 |
| Hex | CC | E7 | 6 | C | 0 | 61 | 9 | 43 | 5F | 2E |
| Octal | 314 | 347 | 6 | 14 | 0 | 141 | 11 | 103 | 137 | 56 |
| Binary | 11001100 | 11100111 | 110 | 1100 | 0 | 1100001 | 1001 | 1000011 | 1011111 | 101110 |
Color Harmonies of #CCE706
Complementary color
Monochromatic Colors of #CCE706
Black with #CCE706
Text Example
Text Example
White with #CCE706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE706; }
p { color: rgb(204,231,6); }
H1.HeaderClassName
{
color: #CCE706;
}
.AnyTagClassName
{
color: #CCE706;
}
</style>
background-color css
<style>
a { background-color: #CCE706; }
a { background-color: rgb(204,231,6); }
div.DivClassName
{
background-color: #CCE706;
}
.BgClassName
{
background-color: #CCE706;
}
</style>
border-color css
<style>
span { border-color: #CCE706; }
span { border-color: rgb(204,231,6); }
td.TdClassName
{
border-color: #CCE706;
}
.TagClassName
{
border-color: #CCE706;
}
</style>