Shades of Electric Lime #C8F70B
Tints of Electric Lime #C8F70B
RGB
CMYK
RGB Variations
Color information
#C8F70B (or 0xC8F70B) is known color: Electric Lime. HEX triplet: C8, F7 and 0B. RGB value is (200,247,11). Sum of RGB (Red+Green+Blue) = 200+247+11=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F70B is #3708F4. Grayscale: #CECECE. Windows color (decimal): -3606773 or 784328. OLE color: 784328.
HSL color Cylindrical-coordinate representation of color #C8F70B: hue angle of 71.95º 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 #C8F70B is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 11 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.03 |
| HSL | 71.95º | 0.94% | 0.51% | - |
| HSV(B) | 71.95º | 0.96% | 0.97% | - |
| XYZ | 57.14 | 78.83 | 12.52 | - |
| YUV | 206.04 | 17.93 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 11 | 0.19 | 0 | 0.96 | 0.03 | 71.95 | 0.94 | 0.51 |
| Hex | C8 | F7 | B | 13 | 0 | 60 | 3 | 48 | 5E | 33 |
| Octal | 310 | 367 | 13 | 23 | 0 | 140 | 3 | 110 | 136 | 63 |
| Binary | 11001000 | 11110111 | 1011 | 10011 | 0 | 1100000 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #C8F70B
Complementary color
Monochromatic Colors of #C8F70B
Black with #C8F70B
Text Example
Text Example
White with #C8F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F70B; }
p { color: rgb(200,247,11); }
H1.HeaderClassName
{
color: #C8F70B;
}
.AnyTagClassName
{
color: #C8F70B;
}
</style>
background-color css
<style>
a { background-color: #C8F70B; }
a { background-color: rgb(200,247,11); }
div.DivClassName
{
background-color: #C8F70B;
}
.BgClassName
{
background-color: #C8F70B;
}
</style>
border-color css
<style>
span { border-color: #C8F70B; }
span { border-color: rgb(200,247,11); }
td.TdClassName
{
border-color: #C8F70B;
}
.TagClassName
{
border-color: #C8F70B;
}
</style>