Shades of Electric Lime #CCFC11
Tints of Electric Lime #CCFC11
RGB
CMYK
RGB Variations
Color information
#CCFC11 (or 0xCCFC11) is known color: Electric Lime. HEX triplet: CC, FC and 11. RGB value is (204,252,17). Sum of RGB (Red+Green+Blue) = 204+252+17=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC11 is #3303EE. Grayscale: #D3D3D3. Windows color (decimal): -3343343 or 1178828. OLE color: 1178828.
HSL color Cylindrical-coordinate representation of color #CCFC11: hue angle of 72.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCFC11 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 17 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.01 |
| HSL | 72.26º | 0.98% | 0.53% | - |
| HSV(B) | 72.26º | 0.93% | 0.99% | - |
| XYZ | 59.81 | 82.5 | 13.3 | - |
| YUV | 210.86 | 18.6 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 17 | 0.19 | 0 | 0.93 | 0.01 | 72.26 | 0.98 | 0.53 |
| Hex | CC | FC | 11 | 13 | 0 | 5D | 1 | 48 | 62 | 35 |
| Octal | 314 | 374 | 21 | 23 | 0 | 135 | 1 | 110 | 142 | 65 |
| Binary | 11001100 | 11111100 | 10001 | 10011 | 0 | 1011101 | 1 | 1001000 | 1100010 | 110101 |
Color Harmonies of #CCFC11
Complementary color
Monochromatic Colors of #CCFC11
Black with #CCFC11
Text Example
Text Example
White with #CCFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC11; }
p { color: rgb(204,252,17); }
H1.HeaderClassName
{
color: #CCFC11;
}
.AnyTagClassName
{
color: #CCFC11;
}
</style>
background-color css
<style>
a { background-color: #CCFC11; }
a { background-color: rgb(204,252,17); }
div.DivClassName
{
background-color: #CCFC11;
}
.BgClassName
{
background-color: #CCFC11;
}
</style>
border-color css
<style>
span { border-color: #CCFC11; }
span { border-color: rgb(204,252,17); }
td.TdClassName
{
border-color: #CCFC11;
}
.TagClassName
{
border-color: #CCFC11;
}
</style>