Shades of Electric Lime #CCF004
Tints of Electric Lime #CCF004
RGB
CMYK
RGB Variations
Color information
#CCF004 (or 0xCCF004) is known color: Electric Lime. HEX triplet: CC, F0 and 04. RGB value is (204,240,4). Sum of RGB (Red+Green+Blue) = 204+240+4=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF004 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF004 is #330FFB. Grayscale: #CBCBCB. Windows color (decimal): -3346428 or 323788. OLE color: 323788.
HSL color Cylindrical-coordinate representation of color #CCF004: hue angle of 69.15º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF004 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.06 |
| HSL | 69.15º | 0.97% | 0.48% | - |
| HSV(B) | 69.15º | 0.98% | 0.94% | - |
| XYZ | 56.08 | 75.17 | 11.67 | - |
| YUV | 202.33 | 16.07 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 4 | 0.15 | 0 | 0.98 | 0.06 | 69.15 | 0.97 | 0.48 |
| Hex | CC | F0 | 4 | F | 0 | 62 | 6 | 45 | 61 | 30 |
| Octal | 314 | 360 | 4 | 17 | 0 | 142 | 6 | 105 | 141 | 60 |
| Binary | 11001100 | 11110000 | 100 | 1111 | 0 | 1100010 | 110 | 1000101 | 1100001 | 110000 |
Color Harmonies of #CCF004
Complementary color
Monochromatic Colors of #CCF004
Black with #CCF004
Text Example
Text Example
White with #CCF004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF004; }
p { color: rgb(204,240,4); }
H1.HeaderClassName
{
color: #CCF004;
}
.AnyTagClassName
{
color: #CCF004;
}
</style>
background-color css
<style>
a { background-color: #CCF004; }
a { background-color: rgb(204,240,4); }
div.DivClassName
{
background-color: #CCF004;
}
.BgClassName
{
background-color: #CCF004;
}
</style>
border-color css
<style>
span { border-color: #CCF004; }
span { border-color: rgb(204,240,4); }
td.TdClassName
{
border-color: #CCF004;
}
.TagClassName
{
border-color: #CCF004;
}
</style>