Shades of Electric Lime #C7F707
Tints of Electric Lime #C7F707
RGB
CMYK
RGB Variations
Color information
#C7F707 (or 0xC7F707) is known color: Electric Lime. HEX triplet: C7, F7 and 07. RGB value is (199,247,7). Sum of RGB (Red+Green+Blue) = 199+247+7=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 7 (3.12% from 255 or 1.55% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F707 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F707 is #3808F8. Grayscale: #CECECE. Windows color (decimal): -3672313 or 522183. OLE color: 522183.
HSL color Cylindrical-coordinate representation of color #C7F707: hue angle of 72º 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 #C7F707 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.03 |
| HSL | 72º | 0.94% | 0.5% | - |
| HSV(B) | 72º | 0.97% | 0.97% | - |
| XYZ | 56.85 | 78.68 | 12.39 | - |
| YUV | 205.29 | 16.1 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 7 | 0.19 | 0 | 0.97 | 0.03 | 72 | 0.94 | 0.5 |
| Hex | C7 | F7 | 7 | 13 | 0 | 61 | 3 | 48 | 5E | 32 |
| Octal | 307 | 367 | 7 | 23 | 0 | 141 | 3 | 110 | 136 | 62 |
| Binary | 11000111 | 11110111 | 111 | 10011 | 0 | 1100001 | 11 | 1001000 | 1011110 | 110010 |
Color Harmonies of #C7F707
Complementary color
Monochromatic Colors of #C7F707
Black with #C7F707
Text Example
Text Example
White with #C7F707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F707; }
p { color: rgb(199,247,7); }
H1.HeaderClassName
{
color: #C7F707;
}
.AnyTagClassName
{
color: #C7F707;
}
</style>
background-color css
<style>
a { background-color: #C7F707; }
a { background-color: rgb(199,247,7); }
div.DivClassName
{
background-color: #C7F707;
}
.BgClassName
{
background-color: #C7F707;
}
</style>
border-color css
<style>
span { border-color: #C7F707; }
span { border-color: rgb(199,247,7); }
td.TdClassName
{
border-color: #C7F707;
}
.TagClassName
{
border-color: #C7F707;
}
</style>