Shades of Electric Lime #CCFE04
Tints of Electric Lime #CCFE04
RGB
CMYK
RGB Variations
Color information
#CCFE04 (or 0xCCFE04) is known color: Electric Lime. HEX triplet: CC, FE and 04. RGB value is (204,254,4). Sum of RGB (Red+Green+Blue) = 204+254+4=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFE04 is #3301FB. Grayscale: #D3D3D3. Windows color (decimal): -3342844 or 327372. OLE color: 327372.
HSL color Cylindrical-coordinate representation of color #CCFE04: hue angle of 72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCFE04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.00 |
| HSL | 72º | 0.99% | 0.51% | - |
| HSV(B) | 72º | 0.98% | 1% | - |
| XYZ | 60.37 | 83.73 | 13.09 | - |
| YUV | 210.55 | 11.44 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 4 | 0.20 | 0 | 0.98 | 0.00 | 72 | 0.99 | 0.51 |
| Hex | CC | FE | 4 | 14 | 0 | 62 | 0 | 48 | 63 | 33 |
| Octal | 314 | 376 | 4 | 24 | 0 | 142 | 0 | 110 | 143 | 63 |
| Binary | 11001100 | 11111110 | 100 | 10100 | 0 | 1100010 | 0 | 1001000 | 1100011 | 110011 |
Color Harmonies of #CCFE04
Complementary color
Monochromatic Colors of #CCFE04
Black with #CCFE04
Text Example
Text Example
White with #CCFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE04; }
p { color: rgb(204,254,4); }
H1.HeaderClassName
{
color: #CCFE04;
}
.AnyTagClassName
{
color: #CCFE04;
}
</style>
background-color css
<style>
a { background-color: #CCFE04; }
a { background-color: rgb(204,254,4); }
div.DivClassName
{
background-color: #CCFE04;
}
.BgClassName
{
background-color: #CCFE04;
}
</style>
border-color css
<style>
span { border-color: #CCFE04; }
span { border-color: rgb(204,254,4); }
td.TdClassName
{
border-color: #CCFE04;
}
.TagClassName
{
border-color: #CCFE04;
}
</style>