Shades of Electric Lime #C8F518
Tints of Electric Lime #C8F518
RGB
CMYK
RGB Variations
Color information
#C8F518 (or 0xC8F518) is known color: Electric Lime. HEX triplet: C8, F5 and 18. RGB value is (200,245,24). Sum of RGB (Red+Green+Blue) = 200+245+24=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F518 is #370AE7. Grayscale: #CFCFCF. Windows color (decimal): -3607272 or 1635784. OLE color: 1635784.
HSL color Cylindrical-coordinate representation of color #C8F518: hue angle of 72.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8F518 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.04 |
| HSL | 72.22º | 0.92% | 0.53% | - |
| HSV(B) | 72.22º | 0.9% | 0.96% | - |
| XYZ | 56.64 | 77.65 | 12.87 | - |
| YUV | 206.35 | 25.09 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 24 | 0.18 | 0 | 0.90 | 0.04 | 72.22 | 0.92 | 0.53 |
| Hex | C8 | F5 | 18 | 12 | 0 | 5A | 4 | 48 | 5C | 35 |
| Octal | 310 | 365 | 30 | 22 | 0 | 132 | 4 | 110 | 134 | 65 |
| Binary | 11001000 | 11110101 | 11000 | 10010 | 0 | 1011010 | 100 | 1001000 | 1011100 | 110101 |
Color Harmonies of #C8F518
Complementary color
Monochromatic Colors of #C8F518
Black with #C8F518
Text Example
Text Example
White with #C8F518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F518; }
p { color: rgb(200,245,24); }
H1.HeaderClassName
{
color: #C8F518;
}
.AnyTagClassName
{
color: #C8F518;
}
</style>
background-color css
<style>
a { background-color: #C8F518; }
a { background-color: rgb(200,245,24); }
div.DivClassName
{
background-color: #C8F518;
}
.BgClassName
{
background-color: #C8F518;
}
</style>
border-color css
<style>
span { border-color: #C8F518; }
span { border-color: rgb(200,245,24); }
td.TdClassName
{
border-color: #C8F518;
}
.TagClassName
{
border-color: #C8F518;
}
</style>