Shades of Electric Lime #CCF510
Tints of Electric Lime #CCF510
RGB
CMYK
RGB Variations
Color information
#CCF510 (or 0xCCF510) is known color: Electric Lime. HEX triplet: CC, F5 and 10. RGB value is (204,245,16). Sum of RGB (Red+Green+Blue) = 204+245+16=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF510 is #330AEF. Grayscale: #CFCFCF. Windows color (decimal): -3345136 or 1111500. OLE color: 1111500.
HSL color Cylindrical-coordinate representation of color #CCF510: hue angle of 70.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCF510 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.04 |
| HSL | 70.74º | 0.92% | 0.51% | - |
| HSV(B) | 70.74º | 0.93% | 0.96% | - |
| XYZ | 57.65 | 78.18 | 12.54 | - |
| YUV | 206.64 | 20.42 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 16 | 0.17 | 0 | 0.93 | 0.04 | 70.74 | 0.92 | 0.51 |
| Hex | CC | F5 | 10 | 11 | 0 | 5D | 4 | 47 | 5C | 33 |
| Octal | 314 | 365 | 20 | 21 | 0 | 135 | 4 | 107 | 134 | 63 |
| Binary | 11001100 | 11110101 | 10000 | 10001 | 0 | 1011101 | 100 | 1000111 | 1011100 | 110011 |
Color Harmonies of #CCF510
Complementary color
Monochromatic Colors of #CCF510
Black with #CCF510
Text Example
Text Example
White with #CCF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF510; }
p { color: rgb(204,245,16); }
H1.HeaderClassName
{
color: #CCF510;
}
.AnyTagClassName
{
color: #CCF510;
}
</style>
background-color css
<style>
a { background-color: #CCF510; }
a { background-color: rgb(204,245,16); }
div.DivClassName
{
background-color: #CCF510;
}
.BgClassName
{
background-color: #CCF510;
}
</style>
border-color css
<style>
span { border-color: #CCF510; }
span { border-color: rgb(204,245,16); }
td.TdClassName
{
border-color: #CCF510;
}
.TagClassName
{
border-color: #CCF510;
}
</style>