Shades of Electric Lime #CCFC10
Tints of Electric Lime #CCFC10
RGB
CMYK
RGB Variations
Color information
#CCFC10 (or 0xCCFC10) is known color: Electric Lime. HEX triplet: CC, FC and 10. RGB value is (204,252,16). Sum of RGB (Red+Green+Blue) = 204+252+16=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC10 is #3303EF. Grayscale: #D3D3D3. Windows color (decimal): -3343344 or 1113292. OLE color: 1113292.
HSL color Cylindrical-coordinate representation of color #CCFC10: hue angle of 72.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCFC10 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 16 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.01 |
| HSL | 72.2º | 0.98% | 0.53% | - |
| HSV(B) | 72.2º | 0.94% | 0.99% | - |
| XYZ | 59.81 | 82.5 | 13.26 | - |
| YUV | 210.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 16 | 0.19 | 0 | 0.94 | 0.01 | 72.2 | 0.98 | 0.53 |
| Hex | CC | FC | 10 | 13 | 0 | 5E | 1 | 48 | 62 | 35 |
| Octal | 314 | 374 | 20 | 23 | 0 | 136 | 1 | 110 | 142 | 65 |
| Binary | 11001100 | 11111100 | 10000 | 10011 | 0 | 1011110 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CCFC10
Complementary color
Monochromatic Colors of #CCFC10
Black with #CCFC10
Text Example
Text Example
White with #CCFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC10; }
p { color: rgb(204,252,16); }
H1.HeaderClassName
{
color: #CCFC10;
}
.AnyTagClassName
{
color: #CCFC10;
}
</style>
background-color css
<style>
a { background-color: #CCFC10; }
a { background-color: rgb(204,252,16); }
div.DivClassName
{
background-color: #CCFC10;
}
.BgClassName
{
background-color: #CCFC10;
}
</style>
border-color css
<style>
span { border-color: #CCFC10; }
span { border-color: rgb(204,252,16); }
td.TdClassName
{
border-color: #CCFC10;
}
.TagClassName
{
border-color: #CCFC10;
}
</style>