Shades of Electric Lime #CCF504
Tints of Electric Lime #CCF504
RGB
CMYK
RGB Variations
Color information
#CCF504 (or 0xCCF504) is known color: Electric Lime. HEX triplet: CC, F5 and 04. RGB value is (204,245,4). Sum of RGB (Red+Green+Blue) = 204+245+4=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF504 is #330AFB. Grayscale: #CECECE. Windows color (decimal): -3345148 or 325068. OLE color: 325068.
HSL color Cylindrical-coordinate representation of color #CCF504: hue angle of 70.21º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF504 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.04 |
| HSL | 70.21º | 0.97% | 0.49% | - |
| HSV(B) | 70.21º | 0.98% | 0.96% | - |
| XYZ | 57.58 | 78.15 | 12.16 | - |
| YUV | 205.27 | 14.42 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 4 | 0.17 | 0 | 0.98 | 0.04 | 70.21 | 0.97 | 0.49 |
| Hex | CC | F5 | 4 | 11 | 0 | 62 | 4 | 46 | 61 | 31 |
| Octal | 314 | 365 | 4 | 21 | 0 | 142 | 4 | 106 | 141 | 61 |
| Binary | 11001100 | 11110101 | 100 | 10001 | 0 | 1100010 | 100 | 1000110 | 1100001 | 110001 |
Color Harmonies of #CCF504
Complementary color
Monochromatic Colors of #CCF504
Black with #CCF504
Text Example
Text Example
White with #CCF504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF504; }
p { color: rgb(204,245,4); }
H1.HeaderClassName
{
color: #CCF504;
}
.AnyTagClassName
{
color: #CCF504;
}
</style>
background-color css
<style>
a { background-color: #CCF504; }
a { background-color: rgb(204,245,4); }
div.DivClassName
{
background-color: #CCF504;
}
.BgClassName
{
background-color: #CCF504;
}
</style>
border-color css
<style>
span { border-color: #CCF504; }
span { border-color: rgb(204,245,4); }
td.TdClassName
{
border-color: #CCF504;
}
.TagClassName
{
border-color: #CCF504;
}
</style>