Shades of Electric Lime #CCF213
Tints of Electric Lime #CCF213
RGB
CMYK
RGB Variations
Color information
#CCF213 (or 0xCCF213) is known color: Electric Lime. HEX triplet: CC, F2 and 13. RGB value is (204,242,19). Sum of RGB (Red+Green+Blue) = 204+242+19=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF213 is #330DEC. Grayscale: #CECECE. Windows color (decimal): -3345901 or 1307340. OLE color: 1307340.
HSL color Cylindrical-coordinate representation of color #CCF213: hue angle of 70.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF213 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.05 |
| HSL | 70.22º | 0.9% | 0.51% | - |
| HSV(B) | 70.22º | 0.92% | 0.95% | - |
| XYZ | 56.77 | 76.39 | 12.37 | - |
| YUV | 205.22 | 22.91 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 19 | 0.16 | 0 | 0.92 | 0.05 | 70.22 | 0.9 | 0.51 |
| Hex | CC | F2 | 13 | 10 | 0 | 5C | 5 | 46 | 5A | 33 |
| Octal | 314 | 362 | 23 | 20 | 0 | 134 | 5 | 106 | 132 | 63 |
| Binary | 11001100 | 11110010 | 10011 | 10000 | 0 | 1011100 | 101 | 1000110 | 1011010 | 110011 |
Color Harmonies of #CCF213
Complementary color
Monochromatic Colors of #CCF213
Black with #CCF213
Text Example
Text Example
White with #CCF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF213; }
p { color: rgb(204,242,19); }
H1.HeaderClassName
{
color: #CCF213;
}
.AnyTagClassName
{
color: #CCF213;
}
</style>
background-color css
<style>
a { background-color: #CCF213; }
a { background-color: rgb(204,242,19); }
div.DivClassName
{
background-color: #CCF213;
}
.BgClassName
{
background-color: #CCF213;
}
</style>
border-color css
<style>
span { border-color: #CCF213; }
span { border-color: rgb(204,242,19); }
td.TdClassName
{
border-color: #CCF213;
}
.TagClassName
{
border-color: #CCF213;
}
</style>