Shades of Electric Lime #C7F70F
Tints of Electric Lime #C7F70F
RGB
CMYK
RGB Variations
Color information
#C7F70F (or 0xC7F70F) is known color: Electric Lime. HEX triplet: C7, F7 and 0F. RGB value is (199,247,15). Sum of RGB (Red+Green+Blue) = 199+247+15=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F70F is #3808F0. Grayscale: #CFCFCF. Windows color (decimal): -3672305 or 1046471. OLE color: 1046471.
HSL color Cylindrical-coordinate representation of color #C7F70F: hue angle of 72.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7F70F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.03 |
| HSL | 72.41º | 0.94% | 0.51% | - |
| HSV(B) | 72.41º | 0.94% | 0.97% | - |
| XYZ | 56.9 | 78.7 | 12.64 | - |
| YUV | 206.2 | 20.1 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 15 | 0.19 | 0 | 0.94 | 0.03 | 72.41 | 0.94 | 0.51 |
| Hex | C7 | F7 | F | 13 | 0 | 5E | 3 | 48 | 5E | 33 |
| Octal | 307 | 367 | 17 | 23 | 0 | 136 | 3 | 110 | 136 | 63 |
| Binary | 11000111 | 11110111 | 1111 | 10011 | 0 | 1011110 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #C7F70F
Complementary color
Monochromatic Colors of #C7F70F
Black with #C7F70F
Text Example
Text Example
White with #C7F70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F70F; }
p { color: rgb(199,247,15); }
H1.HeaderClassName
{
color: #C7F70F;
}
.AnyTagClassName
{
color: #C7F70F;
}
</style>
background-color css
<style>
a { background-color: #C7F70F; }
a { background-color: rgb(199,247,15); }
div.DivClassName
{
background-color: #C7F70F;
}
.BgClassName
{
background-color: #C7F70F;
}
</style>
border-color css
<style>
span { border-color: #C7F70F; }
span { border-color: rgb(199,247,15); }
td.TdClassName
{
border-color: #C7F70F;
}
.TagClassName
{
border-color: #C7F70F;
}
</style>