Shades of Electric Lime #CCF616
Tints of Electric Lime #CCF616
RGB
CMYK
RGB Variations
Color information
#CCF616 (or 0xCCF616) is known color: Electric Lime. HEX triplet: CC, F6 and 16. RGB value is (204,246,22). Sum of RGB (Red+Green+Blue) = 204+246+22=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF616 is #3309E9. Grayscale: #D0D0D0. Windows color (decimal): -3344874 or 1504972. OLE color: 1504972.
HSL color Cylindrical-coordinate representation of color #CCF616: hue angle of 71.25º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF616 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.04 |
| HSL | 71.25º | 0.93% | 0.53% | - |
| HSV(B) | 71.25º | 0.91% | 0.96% | - |
| XYZ | 58 | 78.81 | 12.91 | - |
| YUV | 207.91 | 23.09 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 22 | 0.17 | 0 | 0.91 | 0.04 | 71.25 | 0.93 | 0.53 |
| Hex | CC | F6 | 16 | 11 | 0 | 5B | 4 | 47 | 5D | 35 |
| Octal | 314 | 366 | 26 | 21 | 0 | 133 | 4 | 107 | 135 | 65 |
| Binary | 11001100 | 11110110 | 10110 | 10001 | 0 | 1011011 | 100 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CCF616
Complementary color
Monochromatic Colors of #CCF616
Black with #CCF616
Text Example
Text Example
White with #CCF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF616; }
p { color: rgb(204,246,22); }
H1.HeaderClassName
{
color: #CCF616;
}
.AnyTagClassName
{
color: #CCF616;
}
</style>
background-color css
<style>
a { background-color: #CCF616; }
a { background-color: rgb(204,246,22); }
div.DivClassName
{
background-color: #CCF616;
}
.BgClassName
{
background-color: #CCF616;
}
</style>
border-color css
<style>
span { border-color: #CCF616; }
span { border-color: rgb(204,246,22); }
td.TdClassName
{
border-color: #CCF616;
}
.TagClassName
{
border-color: #CCF616;
}
</style>