Shades of Electric Lime #CCF806
Tints of Electric Lime #CCF806
RGB
CMYK
RGB Variations
Color information
#CCF806 (or 0xCCF806) is known color: Electric Lime. HEX triplet: CC, F8 and 06. RGB value is (204,248,6). Sum of RGB (Red+Green+Blue) = 204+248+6=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF806 is #3307F9. Grayscale: #D0D0D0. Windows color (decimal): -3344378 or 456908. OLE color: 456908.
HSL color Cylindrical-coordinate representation of color #CCF806: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF806 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 6 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.03 |
| HSL | 70.91º | 0.95% | 0.5% | - |
| HSV(B) | 70.91º | 0.98% | 0.97% | - |
| XYZ | 58.5 | 79.99 | 12.53 | - |
| YUV | 207.26 | 14.42 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 6 | 0.18 | 0 | 0.98 | 0.03 | 70.91 | 0.95 | 0.5 |
| Hex | CC | F8 | 6 | 12 | 0 | 62 | 3 | 47 | 5F | 32 |
| Octal | 314 | 370 | 6 | 22 | 0 | 142 | 3 | 107 | 137 | 62 |
| Binary | 11001100 | 11111000 | 110 | 10010 | 0 | 1100010 | 11 | 1000111 | 1011111 | 110010 |
Color Harmonies of #CCF806
Complementary color
Monochromatic Colors of #CCF806
Black with #CCF806
Text Example
Text Example
White with #CCF806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF806; }
p { color: rgb(204,248,6); }
H1.HeaderClassName
{
color: #CCF806;
}
.AnyTagClassName
{
color: #CCF806;
}
</style>
background-color css
<style>
a { background-color: #CCF806; }
a { background-color: rgb(204,248,6); }
div.DivClassName
{
background-color: #CCF806;
}
.BgClassName
{
background-color: #CCF806;
}
</style>
border-color css
<style>
span { border-color: #CCF806; }
span { border-color: rgb(204,248,6); }
td.TdClassName
{
border-color: #CCF806;
}
.TagClassName
{
border-color: #CCF806;
}
</style>