Shades of Electric Lime #CCF716
Tints of Electric Lime #CCF716
RGB
CMYK
RGB Variations
Color information
#CCF716 (or 0xCCF716) is known color: Electric Lime. HEX triplet: CC, F7 and 16. RGB value is (204,247,22). Sum of RGB (Red+Green+Blue) = 204+247+22=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF716 is #3308E9. Grayscale: #D1D1D1. Windows color (decimal): -3344618 or 1505228. OLE color: 1505228.
HSL color Cylindrical-coordinate representation of color #CCF716: hue angle of 71.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF716 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 22 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.03 |
| HSL | 71.47º | 0.93% | 0.53% | - |
| HSV(B) | 71.47º | 0.91% | 0.97% | - |
| XYZ | 58.31 | 79.42 | 13.01 | - |
| YUV | 208.49 | 22.75 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 22 | 0.17 | 0 | 0.91 | 0.03 | 71.47 | 0.93 | 0.53 |
| Hex | CC | F7 | 16 | 11 | 0 | 5B | 3 | 47 | 5D | 35 |
| Octal | 314 | 367 | 26 | 21 | 0 | 133 | 3 | 107 | 135 | 65 |
| Binary | 11001100 | 11110111 | 10110 | 10001 | 0 | 1011011 | 11 | 1000111 | 1011101 | 110101 |
Color Harmonies of #CCF716
Complementary color
Monochromatic Colors of #CCF716
Black with #CCF716
Text Example
Text Example
White with #CCF716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF716; }
p { color: rgb(204,247,22); }
H1.HeaderClassName
{
color: #CCF716;
}
.AnyTagClassName
{
color: #CCF716;
}
</style>
background-color css
<style>
a { background-color: #CCF716; }
a { background-color: rgb(204,247,22); }
div.DivClassName
{
background-color: #CCF716;
}
.BgClassName
{
background-color: #CCF716;
}
</style>
border-color css
<style>
span { border-color: #CCF716; }
span { border-color: rgb(204,247,22); }
td.TdClassName
{
border-color: #CCF716;
}
.TagClassName
{
border-color: #CCF716;
}
</style>