Shades of Electric Lime #CCFC01
Tints of Electric Lime #CCFC01
RGB
CMYK
RGB Variations
Color information
#CCFC01 (or 0xCCFC01) is known color: Electric Lime. HEX triplet: CC, FC and 01. RGB value is (204,252,1). Sum of RGB (Red+Green+Blue) = 204+252+1=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC01 is #3303FE. Grayscale: #D1D1D1. Windows color (decimal): -3343359 or 130252. OLE color: 130252.
HSL color Cylindrical-coordinate representation of color #CCFC01: hue angle of 71.47º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCFC01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.01 |
| HSL | 71.47º | 0.99% | 0.5% | - |
| HSV(B) | 71.47º | 1% | 0.99% | - |
| XYZ | 59.72 | 82.46 | 12.8 | - |
| YUV | 209.03 | 10.6 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 1 | 0.19 | 0 | 1.00 | 0.01 | 71.47 | 0.99 | 0.5 |
| Hex | CC | FC | 1 | 13 | 0 | 64 | 1 | 47 | 63 | 32 |
| Octal | 314 | 374 | 1 | 23 | 0 | 144 | 1 | 107 | 143 | 62 |
| Binary | 11001100 | 11111100 | 1 | 10011 | 0 | 1100100 | 1 | 1000111 | 1100011 | 110010 |
Color Harmonies of #CCFC01
Complementary color
Monochromatic Colors of #CCFC01
Black with #CCFC01
Text Example
Text Example
White with #CCFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC01; }
p { color: rgb(204,252,1); }
H1.HeaderClassName
{
color: #CCFC01;
}
.AnyTagClassName
{
color: #CCFC01;
}
</style>
background-color css
<style>
a { background-color: #CCFC01; }
a { background-color: rgb(204,252,1); }
div.DivClassName
{
background-color: #CCFC01;
}
.BgClassName
{
background-color: #CCFC01;
}
</style>
border-color css
<style>
span { border-color: #CCFC01; }
span { border-color: rgb(204,252,1); }
td.TdClassName
{
border-color: #CCFC01;
}
.TagClassName
{
border-color: #CCFC01;
}
</style>