Shades of Electric Lime #CCFC20
Tints of Electric Lime #CCFC20
RGB
CMYK
RGB Variations
Color information
#CCFC20 (or 0xCCFC20) is known color: Electric Lime. HEX triplet: CC, FC and 20. RGB value is (204,252,32). Sum of RGB (Red+Green+Blue) = 204+252+32=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC20 is #3303DF. Grayscale: #D5D5D5. Windows color (decimal): -3343328 or 2161868. OLE color: 2161868.
HSL color Cylindrical-coordinate representation of color #CCFC20: hue angle of 73.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCFC20 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 32 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.01 |
| HSL | 73.09º | 0.97% | 0.56% | - |
| HSV(B) | 73.09º | 0.87% | 0.99% | - |
| XYZ | 59.97 | 82.56 | 14.14 | - |
| YUV | 212.57 | 26.1 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 32 | 0.19 | 0 | 0.87 | 0.01 | 73.09 | 0.97 | 0.56 |
| Hex | CC | FC | 20 | 13 | 0 | 57 | 1 | 49 | 61 | 38 |
| Octal | 314 | 374 | 40 | 23 | 0 | 127 | 1 | 111 | 141 | 70 |
| Binary | 11001100 | 11111100 | 100000 | 10011 | 0 | 1010111 | 1 | 1001001 | 1100001 | 111000 |
Color Harmonies of #CCFC20
Complementary color
Monochromatic Colors of #CCFC20
Black with #CCFC20
Text Example
Text Example
White with #CCFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC20; }
p { color: rgb(204,252,32); }
H1.HeaderClassName
{
color: #CCFC20;
}
.AnyTagClassName
{
color: #CCFC20;
}
</style>
background-color css
<style>
a { background-color: #CCFC20; }
a { background-color: rgb(204,252,32); }
div.DivClassName
{
background-color: #CCFC20;
}
.BgClassName
{
background-color: #CCFC20;
}
</style>
border-color css
<style>
span { border-color: #CCFC20; }
span { border-color: rgb(204,252,32); }
td.TdClassName
{
border-color: #CCFC20;
}
.TagClassName
{
border-color: #CCFC20;
}
</style>