Shades of Electric Lime #C7F70B
Tints of Electric Lime #C7F70B
RGB
CMYK
RGB Variations
Color information
#C7F70B (or 0xC7F70B) is known color: Electric Lime. HEX triplet: C7, F7 and 0B. RGB value is (199,247,11). Sum of RGB (Red+Green+Blue) = 199+247+11=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F70B is #3808F4. Grayscale: #CECECE. Windows color (decimal): -3672309 or 784327. OLE color: 784327.
HSL color Cylindrical-coordinate representation of color #C7F70B: hue angle of 72.2º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7F70B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 11 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.03 |
| HSL | 72.2º | 0.94% | 0.51% | - |
| HSV(B) | 72.2º | 0.96% | 0.97% | - |
| XYZ | 56.87 | 78.69 | 12.51 | - |
| YUV | 205.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 11 | 0.19 | 0 | 0.96 | 0.03 | 72.2 | 0.94 | 0.51 |
| Hex | C7 | F7 | B | 13 | 0 | 60 | 3 | 48 | 5E | 33 |
| Octal | 307 | 367 | 13 | 23 | 0 | 140 | 3 | 110 | 136 | 63 |
| Binary | 11000111 | 11110111 | 1011 | 10011 | 0 | 1100000 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #C7F70B
Complementary color
Monochromatic Colors of #C7F70B
Black with #C7F70B
Text Example
Text Example
White with #C7F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F70B; }
p { color: rgb(199,247,11); }
H1.HeaderClassName
{
color: #C7F70B;
}
.AnyTagClassName
{
color: #C7F70B;
}
</style>
background-color css
<style>
a { background-color: #C7F70B; }
a { background-color: rgb(199,247,11); }
div.DivClassName
{
background-color: #C7F70B;
}
.BgClassName
{
background-color: #C7F70B;
}
</style>
border-color css
<style>
span { border-color: #C7F70B; }
span { border-color: rgb(199,247,11); }
td.TdClassName
{
border-color: #C7F70B;
}
.TagClassName
{
border-color: #C7F70B;
}
</style>