Shades of Electric Lime #CCF210
Tints of Electric Lime #CCF210
RGB
CMYK
RGB Variations
Color information
#CCF210 (or 0xCCF210) is known color: Electric Lime. HEX triplet: CC, F2 and 10. RGB value is (204,242,16). Sum of RGB (Red+Green+Blue) = 204+242+16=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF210 is #330DEF. Grayscale: #CDCDCD. Windows color (decimal): -3345904 or 1110732. OLE color: 1110732.
HSL color Cylindrical-coordinate representation of color #CCF210: hue angle of 70.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF210 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.05 |
| HSL | 70.09º | 0.9% | 0.51% | - |
| HSV(B) | 70.09º | 0.93% | 0.95% | - |
| XYZ | 56.75 | 76.38 | 12.24 | - |
| YUV | 204.87 | 21.41 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 16 | 0.16 | 0 | 0.93 | 0.05 | 70.09 | 0.9 | 0.51 |
| Hex | CC | F2 | 10 | 10 | 0 | 5D | 5 | 46 | 5A | 33 |
| Octal | 314 | 362 | 20 | 20 | 0 | 135 | 5 | 106 | 132 | 63 |
| Binary | 11001100 | 11110010 | 10000 | 10000 | 0 | 1011101 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CCF210
Complementary color
Monochromatic Colors of #CCF210
Black with #CCF210
Text Example
Text Example
White with #CCF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF210; }
p { color: rgb(204,242,16); }
H1.HeaderClassName
{
color: #CCF210;
}
.AnyTagClassName
{
color: #CCF210;
}
</style>
background-color css
<style>
a { background-color: #CCF210; }
a { background-color: rgb(204,242,16); }
div.DivClassName
{
background-color: #CCF210;
}
.BgClassName
{
background-color: #CCF210;
}
</style>
border-color css
<style>
span { border-color: #CCF210; }
span { border-color: rgb(204,242,16); }
td.TdClassName
{
border-color: #CCF210;
}
.TagClassName
{
border-color: #CCF210;
}
</style>