Shades of Electric Lime #C8F118
Tints of Electric Lime #C8F118
RGB
CMYK
RGB Variations
Color information
#C8F118 (or 0xC8F118) is known color: Electric Lime. HEX triplet: C8, F1 and 18. RGB value is (200,241,24). Sum of RGB (Red+Green+Blue) = 200+241+24=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F118 is #370EE7. Grayscale: #CCCCCC. Windows color (decimal): -3608296 or 1634760. OLE color: 1634760.
HSL color Cylindrical-coordinate representation of color #C8F118: hue angle of 71.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8F118 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.05 |
| HSL | 71.34º | 0.89% | 0.52% | - |
| HSV(B) | 71.34º | 0.9% | 0.95% | - |
| XYZ | 55.44 | 75.26 | 12.47 | - |
| YUV | 204 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 24 | 0.17 | 0 | 0.90 | 0.05 | 71.34 | 0.89 | 0.52 |
| Hex | C8 | F1 | 18 | 11 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 310 | 361 | 30 | 21 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001000 | 11110001 | 11000 | 10001 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #C8F118
Complementary color
Monochromatic Colors of #C8F118
Black with #C8F118
Text Example
Text Example
White with #C8F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F118; }
p { color: rgb(200,241,24); }
H1.HeaderClassName
{
color: #C8F118;
}
.AnyTagClassName
{
color: #C8F118;
}
</style>
background-color css
<style>
a { background-color: #C8F118; }
a { background-color: rgb(200,241,24); }
div.DivClassName
{
background-color: #C8F118;
}
.BgClassName
{
background-color: #C8F118;
}
</style>
border-color css
<style>
span { border-color: #C8F118; }
span { border-color: rgb(200,241,24); }
td.TdClassName
{
border-color: #C8F118;
}
.TagClassName
{
border-color: #C8F118;
}
</style>