Shades of Electric Lime #C8FB07
Tints of Electric Lime #C8FB07
RGB
CMYK
RGB Variations
Color information
#C8FB07 (or 0xC8FB07) is known color: Electric Lime. HEX triplet: C8, FB and 07. RGB value is (200,251,7). Sum of RGB (Red+Green+Blue) = 200+251+7=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FB07 is #3704F8. Grayscale: #D0D0D0. Windows color (decimal): -3605753 or 523208. OLE color: 523208.
HSL color Cylindrical-coordinate representation of color #C8FB07: hue angle of 72.54º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8FB07 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 7 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.02 |
| HSL | 72.54º | 0.97% | 0.51% | - |
| HSV(B) | 72.54º | 0.97% | 0.98% | - |
| XYZ | 58.35 | 81.29 | 12.82 | - |
| YUV | 207.94 | 14.6 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 7 | 0.20 | 0 | 0.97 | 0.02 | 72.54 | 0.97 | 0.51 |
| Hex | C8 | FB | 7 | 14 | 0 | 61 | 2 | 49 | 61 | 33 |
| Octal | 310 | 373 | 7 | 24 | 0 | 141 | 2 | 111 | 141 | 63 |
| Binary | 11001000 | 11111011 | 111 | 10100 | 0 | 1100001 | 10 | 1001001 | 1100001 | 110011 |
Color Harmonies of #C8FB07
Complementary color
Monochromatic Colors of #C8FB07
Black with #C8FB07
Text Example
Text Example
White with #C8FB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB07; }
p { color: rgb(200,251,7); }
H1.HeaderClassName
{
color: #C8FB07;
}
.AnyTagClassName
{
color: #C8FB07;
}
</style>
background-color css
<style>
a { background-color: #C8FB07; }
a { background-color: rgb(200,251,7); }
div.DivClassName
{
background-color: #C8FB07;
}
.BgClassName
{
background-color: #C8FB07;
}
</style>
border-color css
<style>
span { border-color: #C8FB07; }
span { border-color: rgb(200,251,7); }
td.TdClassName
{
border-color: #C8FB07;
}
.TagClassName
{
border-color: #C8FB07;
}
</style>