Shades of Electric Lime #CCF513
Tints of Electric Lime #CCF513
RGB
CMYK
RGB Variations
Color information
#CCF513 (or 0xCCF513) is known color: Electric Lime. HEX triplet: CC, F5 and 13. RGB value is (204,245,19). Sum of RGB (Red+Green+Blue) = 204+245+19=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF513 is #330AEC. Grayscale: #CFCFCF. Windows color (decimal): -3345133 or 1308108. OLE color: 1308108.
HSL color Cylindrical-coordinate representation of color #CCF513: hue angle of 70.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF513 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.04 |
| HSL | 70.88º | 0.92% | 0.52% | - |
| HSV(B) | 70.88º | 0.92% | 0.96% | - |
| XYZ | 57.67 | 78.19 | 12.67 | - |
| YUV | 206.98 | 21.92 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 19 | 0.17 | 0 | 0.92 | 0.04 | 70.88 | 0.92 | 0.52 |
| Hex | CC | F5 | 13 | 11 | 0 | 5C | 4 | 47 | 5C | 34 |
| Octal | 314 | 365 | 23 | 21 | 0 | 134 | 4 | 107 | 134 | 64 |
| Binary | 11001100 | 11110101 | 10011 | 10001 | 0 | 1011100 | 100 | 1000111 | 1011100 | 110100 |
Color Harmonies of #CCF513
Complementary color
Monochromatic Colors of #CCF513
Black with #CCF513
Text Example
Text Example
White with #CCF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF513; }
p { color: rgb(204,245,19); }
H1.HeaderClassName
{
color: #CCF513;
}
.AnyTagClassName
{
color: #CCF513;
}
</style>
background-color css
<style>
a { background-color: #CCF513; }
a { background-color: rgb(204,245,19); }
div.DivClassName
{
background-color: #CCF513;
}
.BgClassName
{
background-color: #CCF513;
}
</style>
border-color css
<style>
span { border-color: #CCF513; }
span { border-color: rgb(204,245,19); }
td.TdClassName
{
border-color: #CCF513;
}
.TagClassName
{
border-color: #CCF513;
}
</style>