Shades of Electric Lime #CCF416
Tints of Electric Lime #CCF416
RGB
CMYK
RGB Variations
Color information
#CCF416 (or 0xCCF416) is known color: Electric Lime. HEX triplet: CC, F4 and 16. RGB value is (204,244,22). Sum of RGB (Red+Green+Blue) = 204+244+22=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF416 is #330BE9. Grayscale: #CFCFCF. Windows color (decimal): -3345386 or 1504460. OLE color: 1504460.
HSL color Cylindrical-coordinate representation of color #CCF416: hue angle of 70.81º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCF416 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.04 |
| HSL | 70.81º | 0.91% | 0.52% | - |
| HSV(B) | 70.81º | 0.91% | 0.96% | - |
| XYZ | 57.4 | 77.6 | 12.71 | - |
| YUV | 206.73 | 23.75 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 22 | 0.16 | 0 | 0.91 | 0.04 | 70.81 | 0.91 | 0.52 |
| Hex | CC | F4 | 16 | 10 | 0 | 5B | 4 | 47 | 5B | 34 |
| Octal | 314 | 364 | 26 | 20 | 0 | 133 | 4 | 107 | 133 | 64 |
| Binary | 11001100 | 11110100 | 10110 | 10000 | 0 | 1011011 | 100 | 1000111 | 1011011 | 110100 |
Color Harmonies of #CCF416
Complementary color
Monochromatic Colors of #CCF416
Black with #CCF416
Text Example
Text Example
White with #CCF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF416; }
p { color: rgb(204,244,22); }
H1.HeaderClassName
{
color: #CCF416;
}
.AnyTagClassName
{
color: #CCF416;
}
</style>
background-color css
<style>
a { background-color: #CCF416; }
a { background-color: rgb(204,244,22); }
div.DivClassName
{
background-color: #CCF416;
}
.BgClassName
{
background-color: #CCF416;
}
</style>
border-color css
<style>
span { border-color: #CCF416; }
span { border-color: rgb(204,244,22); }
td.TdClassName
{
border-color: #CCF416;
}
.TagClassName
{
border-color: #CCF416;
}
</style>