Shades of Electric Lime #C8FF0F
Tints of Electric Lime #C8FF0F
RGB
CMYK
RGB Variations
Color information
#C8FF0F (or 0xC8FF0F) is known color: Electric Lime. HEX triplet: C8, FF and 0F. RGB value is (200,255,15). Sum of RGB (Red+Green+Blue) = 200+255+15=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF0F is #3700F0. Grayscale: #D4D4D4. Windows color (decimal): -3604721 or 1048520. OLE color: 1048520.
HSL color Cylindrical-coordinate representation of color #C8FF0F: hue angle of 73.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8FF0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 15 | - |
| CMYK | 0.22 | 0 | 0.94 | 0 |
| HSL | 73.75º | 1% | 0.53% | - |
| HSV(B) | 73.75º | 0.94% | 1% | - |
| XYZ | 59.67 | 83.83 | 13.49 | - |
| YUV | 211.2 | 17.28 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 15 | 0.22 | 0 | 0.94 | 0 | 73.75 | 1 | 0.53 |
| Hex | C8 | FF | F | 16 | 0 | 5E | 0 | 4A | 64 | 35 |
| Octal | 310 | 377 | 17 | 26 | 0 | 136 | 0 | 112 | 144 | 65 |
| Binary | 11001000 | 11111111 | 1111 | 10110 | 0 | 1011110 | 0 | 1001010 | 1100100 | 110101 |
Color Harmonies of #C8FF0F
Complementary color
Monochromatic Colors of #C8FF0F
Black with #C8FF0F
Text Example
Text Example
White with #C8FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF0F; }
p { color: rgb(200,255,15); }
H1.HeaderClassName
{
color: #C8FF0F;
}
.AnyTagClassName
{
color: #C8FF0F;
}
</style>
background-color css
<style>
a { background-color: #C8FF0F; }
a { background-color: rgb(200,255,15); }
div.DivClassName
{
background-color: #C8FF0F;
}
.BgClassName
{
background-color: #C8FF0F;
}
</style>
border-color css
<style>
span { border-color: #C8FF0F; }
span { border-color: rgb(200,255,15); }
td.TdClassName
{
border-color: #C8FF0F;
}
.TagClassName
{
border-color: #C8FF0F;
}
</style>