Shades of Electric Lime #C8FF14
Tints of Electric Lime #C8FF14
RGB
CMYK
RGB Variations
Color information
#C8FF14 (or 0xC8FF14) is known color: Electric Lime. HEX triplet: C8, FF and 14. RGB value is (200,255,20). Sum of RGB (Red+Green+Blue) = 200+255+20=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF14 is #3700EB. Grayscale: #D4D4D4. Windows color (decimal): -3604716 or 1376200. OLE color: 1376200.
HSL color Cylindrical-coordinate representation of color #C8FF14: hue angle of 74.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8FF14 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 20 | - |
| CMYK | 0.22 | 0 | 0.92 | 0 |
| HSL | 74.04º | 1% | 0.54% | - |
| HSV(B) | 74.04º | 0.92% | 1% | - |
| XYZ | 59.71 | 83.85 | 13.7 | - |
| YUV | 211.77 | 19.78 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 20 | 0.22 | 0 | 0.92 | 0 | 74.04 | 1 | 0.54 |
| Hex | C8 | FF | 14 | 16 | 0 | 5C | 0 | 4A | 64 | 36 |
| Octal | 310 | 377 | 24 | 26 | 0 | 134 | 0 | 112 | 144 | 66 |
| Binary | 11001000 | 11111111 | 10100 | 10110 | 0 | 1011100 | 0 | 1001010 | 1100100 | 110110 |
Color Harmonies of #C8FF14
Complementary color
Monochromatic Colors of #C8FF14
Black with #C8FF14
Text Example
Text Example
White with #C8FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF14; }
p { color: rgb(200,255,20); }
H1.HeaderClassName
{
color: #C8FF14;
}
.AnyTagClassName
{
color: #C8FF14;
}
</style>
background-color css
<style>
a { background-color: #C8FF14; }
a { background-color: rgb(200,255,20); }
div.DivClassName
{
background-color: #C8FF14;
}
.BgClassName
{
background-color: #C8FF14;
}
</style>
border-color css
<style>
span { border-color: #C8FF14; }
span { border-color: rgb(200,255,20); }
td.TdClassName
{
border-color: #C8FF14;
}
.TagClassName
{
border-color: #C8FF14;
}
</style>