Shades of Electric Lime #CCF404
Tints of Electric Lime #CCF404
RGB
CMYK
RGB Variations
Color information
#CCF404 (or 0xCCF404) is known color: Electric Lime. HEX triplet: CC, F4 and 04. RGB value is (204,244,4). Sum of RGB (Red+Green+Blue) = 204+244+4=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 244 (95.70% from 255 or 53.98% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF404 is #330BFB. Grayscale: #CDCDCD. Windows color (decimal): -3345404 or 324812. OLE color: 324812.
HSL color Cylindrical-coordinate representation of color #CCF404: hue angle of 70º 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 #CCF404 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.04 |
| HSL | 70º | 0.97% | 0.49% | - |
| HSV(B) | 70º | 0.98% | 0.96% | - |
| XYZ | 57.27 | 77.55 | 12.06 | - |
| YUV | 204.68 | 14.75 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 4 | 0.16 | 0 | 0.98 | 0.04 | 70 | 0.97 | 0.49 |
| Hex | CC | F4 | 4 | 10 | 0 | 62 | 4 | 46 | 61 | 31 |
| Octal | 314 | 364 | 4 | 20 | 0 | 142 | 4 | 106 | 141 | 61 |
| Binary | 11001100 | 11110100 | 100 | 10000 | 0 | 1100010 | 100 | 1000110 | 1100001 | 110001 |
Color Harmonies of #CCF404
Complementary color
Monochromatic Colors of #CCF404
Black with #CCF404
Text Example
Text Example
White with #CCF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF404; }
p { color: rgb(204,244,4); }
H1.HeaderClassName
{
color: #CCF404;
}
.AnyTagClassName
{
color: #CCF404;
}
</style>
background-color css
<style>
a { background-color: #CCF404; }
a { background-color: rgb(204,244,4); }
div.DivClassName
{
background-color: #CCF404;
}
.BgClassName
{
background-color: #CCF404;
}
</style>
border-color css
<style>
span { border-color: #CCF404; }
span { border-color: rgb(204,244,4); }
td.TdClassName
{
border-color: #CCF404;
}
.TagClassName
{
border-color: #CCF404;
}
</style>