Shades of Electric Lime #CCFC07
Tints of Electric Lime #CCFC07
RGB
CMYK
RGB Variations
Color information
#CCFC07 (or 0xCCFC07) is known color: Electric Lime. HEX triplet: CC, FC and 07. RGB value is (204,252,7). Sum of RGB (Red+Green+Blue) = 204+252+7=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFC07 is #3303F8. Grayscale: #D2D2D2. Windows color (decimal): -3343353 or 523468. OLE color: 523468.
HSL color Cylindrical-coordinate representation of color #CCFC07: hue angle of 71.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCFC07 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.01 |
| HSL | 71.76º | 0.98% | 0.51% | - |
| HSV(B) | 71.76º | 0.97% | 0.99% | - |
| XYZ | 59.75 | 82.47 | 12.97 | - |
| YUV | 209.72 | 13.6 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 7 | 0.19 | 0 | 0.97 | 0.01 | 71.76 | 0.98 | 0.51 |
| Hex | CC | FC | 7 | 13 | 0 | 61 | 1 | 48 | 62 | 33 |
| Octal | 314 | 374 | 7 | 23 | 0 | 141 | 1 | 110 | 142 | 63 |
| Binary | 11001100 | 11111100 | 111 | 10011 | 0 | 1100001 | 1 | 1001000 | 1100010 | 110011 |
Color Harmonies of #CCFC07
Complementary color
Monochromatic Colors of #CCFC07
Black with #CCFC07
Text Example
Text Example
White with #CCFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC07; }
p { color: rgb(204,252,7); }
H1.HeaderClassName
{
color: #CCFC07;
}
.AnyTagClassName
{
color: #CCFC07;
}
</style>
background-color css
<style>
a { background-color: #CCFC07; }
a { background-color: rgb(204,252,7); }
div.DivClassName
{
background-color: #CCFC07;
}
.BgClassName
{
background-color: #CCFC07;
}
</style>
border-color css
<style>
span { border-color: #CCFC07; }
span { border-color: rgb(204,252,7); }
td.TdClassName
{
border-color: #CCFC07;
}
.TagClassName
{
border-color: #CCFC07;
}
</style>