Shades of Electric Lime #C8F00F
Tints of Electric Lime #C8F00F
RGB
CMYK
RGB Variations
Color information
#C8F00F (or 0xC8F00F) is known color: Electric Lime. HEX triplet: C8, F0 and 0F. RGB value is (200,240,15). Sum of RGB (Red+Green+Blue) = 200+240+15=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F00F is #370FF0. Grayscale: #CBCBCB. Windows color (decimal): -3608561 or 1044680. OLE color: 1044680.
HSL color Cylindrical-coordinate representation of color #C8F00F: hue angle of 70.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8F00F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 15 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.06 |
| HSL | 70.67º | 0.88% | 0.5% | - |
| HSV(B) | 70.67º | 0.94% | 0.94% | - |
| XYZ | 55.07 | 74.63 | 11.96 | - |
| YUV | 202.39 | 22.25 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 15 | 0.17 | 0 | 0.94 | 0.06 | 70.67 | 0.88 | 0.5 |
| Hex | C8 | F0 | F | 11 | 0 | 5E | 6 | 47 | 58 | 32 |
| Octal | 310 | 360 | 17 | 21 | 0 | 136 | 6 | 107 | 130 | 62 |
| Binary | 11001000 | 11110000 | 1111 | 10001 | 0 | 1011110 | 110 | 1000111 | 1011000 | 110010 |
Color Harmonies of #C8F00F
Complementary color
Monochromatic Colors of #C8F00F
Black with #C8F00F
Text Example
Text Example
White with #C8F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F00F; }
p { color: rgb(200,240,15); }
H1.HeaderClassName
{
color: #C8F00F;
}
.AnyTagClassName
{
color: #C8F00F;
}
</style>
background-color css
<style>
a { background-color: #C8F00F; }
a { background-color: rgb(200,240,15); }
div.DivClassName
{
background-color: #C8F00F;
}
.BgClassName
{
background-color: #C8F00F;
}
</style>
border-color css
<style>
span { border-color: #C8F00F; }
span { border-color: rgb(200,240,15); }
td.TdClassName
{
border-color: #C8F00F;
}
.TagClassName
{
border-color: #C8F00F;
}
</style>