Shades of Electric Lime #C8FE07
Tints of Electric Lime #C8FE07
RGB
CMYK
RGB Variations
Color information
#C8FE07 (or 0xC8FE07) is known color: Electric Lime. HEX triplet: C8, FE and 07. RGB value is (200,254,7). Sum of RGB (Red+Green+Blue) = 200+254+7=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FE07 is #3701F8. Grayscale: #D2D2D2. Windows color (decimal): -3604985 or 523976. OLE color: 523976.
HSL color Cylindrical-coordinate representation of color #C8FE07: hue angle of 73.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8FE07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.00 |
| HSL | 73.12º | 0.99% | 0.51% | - |
| HSV(B) | 73.12º | 0.97% | 1% | - |
| XYZ | 59.3 | 83.18 | 13.13 | - |
| YUV | 209.7 | 13.61 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 7 | 0.21 | 0 | 0.97 | 0.00 | 73.12 | 0.99 | 0.51 |
| Hex | C8 | FE | 7 | 15 | 0 | 61 | 0 | 49 | 63 | 33 |
| Octal | 310 | 376 | 7 | 25 | 0 | 141 | 0 | 111 | 143 | 63 |
| Binary | 11001000 | 11111110 | 111 | 10101 | 0 | 1100001 | 0 | 1001001 | 1100011 | 110011 |
Color Harmonies of #C8FE07
Complementary color
Monochromatic Colors of #C8FE07
Black with #C8FE07
Text Example
Text Example
White with #C8FE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE07; }
p { color: rgb(200,254,7); }
H1.HeaderClassName
{
color: #C8FE07;
}
.AnyTagClassName
{
color: #C8FE07;
}
</style>
background-color css
<style>
a { background-color: #C8FE07; }
a { background-color: rgb(200,254,7); }
div.DivClassName
{
background-color: #C8FE07;
}
.BgClassName
{
background-color: #C8FE07;
}
</style>
border-color css
<style>
span { border-color: #C8FE07; }
span { border-color: rgb(200,254,7); }
td.TdClassName
{
border-color: #C8FE07;
}
.TagClassName
{
border-color: #C8FE07;
}
</style>