Shades of Electric Lime #CCF707
Tints of Electric Lime #CCF707
RGB
CMYK
RGB Variations
Color information
#CCF707 (or 0xCCF707) is known color: Electric Lime. HEX triplet: CC, F7 and 07. RGB value is (204,247,7). Sum of RGB (Red+Green+Blue) = 204+247+7=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF707 is #3308F8. Grayscale: #CFCFCF. Windows color (decimal): -3344633 or 522188. OLE color: 522188.
HSL color Cylindrical-coordinate representation of color #CCF707: hue angle of 70.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF707 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.03 |
| HSL | 70.75º | 0.94% | 0.5% | - |
| HSV(B) | 70.75º | 0.97% | 0.97% | - |
| XYZ | 58.2 | 79.37 | 12.45 | - |
| YUV | 206.78 | 15.25 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 7 | 0.17 | 0 | 0.97 | 0.03 | 70.75 | 0.94 | 0.5 |
| Hex | CC | F7 | 7 | 11 | 0 | 61 | 3 | 47 | 5E | 32 |
| Octal | 314 | 367 | 7 | 21 | 0 | 141 | 3 | 107 | 136 | 62 |
| Binary | 11001100 | 11110111 | 111 | 10001 | 0 | 1100001 | 11 | 1000111 | 1011110 | 110010 |
Color Harmonies of #CCF707
Complementary color
Monochromatic Colors of #CCF707
Black with #CCF707
Text Example
Text Example
White with #CCF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF707; }
p { color: rgb(204,247,7); }
H1.HeaderClassName
{
color: #CCF707;
}
.AnyTagClassName
{
color: #CCF707;
}
</style>
background-color css
<style>
a { background-color: #CCF707; }
a { background-color: rgb(204,247,7); }
div.DivClassName
{
background-color: #CCF707;
}
.BgClassName
{
background-color: #CCF707;
}
</style>
border-color css
<style>
span { border-color: #CCF707; }
span { border-color: rgb(204,247,7); }
td.TdClassName
{
border-color: #CCF707;
}
.TagClassName
{
border-color: #CCF707;
}
</style>