Shades of Electric Lime #C8FB18
Tints of Electric Lime #C8FB18
RGB
CMYK
RGB Variations
Color information
#C8FB18 (or 0xC8FB18) is known color: Electric Lime. HEX triplet: C8, FB and 18. RGB value is (200,251,24). Sum of RGB (Red+Green+Blue) = 200+251+24=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FB18 is #3704E7. Grayscale: #D2D2D2. Windows color (decimal): -3605736 or 1637320. OLE color: 1637320.
HSL color Cylindrical-coordinate representation of color #C8FB18: hue angle of 73.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8FB18 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.02 |
| HSL | 73.48º | 0.97% | 0.54% | - |
| HSV(B) | 73.48º | 0.9% | 0.98% | - |
| XYZ | 58.48 | 81.34 | 13.48 | - |
| YUV | 209.87 | 23.1 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 24 | 0.20 | 0 | 0.90 | 0.02 | 73.48 | 0.97 | 0.54 |
| Hex | C8 | FB | 18 | 14 | 0 | 5A | 2 | 49 | 61 | 36 |
| Octal | 310 | 373 | 30 | 24 | 0 | 132 | 2 | 111 | 141 | 66 |
| Binary | 11001000 | 11111011 | 11000 | 10100 | 0 | 1011010 | 10 | 1001001 | 1100001 | 110110 |
Color Harmonies of #C8FB18
Complementary color
Monochromatic Colors of #C8FB18
Black with #C8FB18
Text Example
Text Example
White with #C8FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB18; }
p { color: rgb(200,251,24); }
H1.HeaderClassName
{
color: #C8FB18;
}
.AnyTagClassName
{
color: #C8FB18;
}
</style>
background-color css
<style>
a { background-color: #C8FB18; }
a { background-color: rgb(200,251,24); }
div.DivClassName
{
background-color: #C8FB18;
}
.BgClassName
{
background-color: #C8FB18;
}
</style>
border-color css
<style>
span { border-color: #C8FB18; }
span { border-color: rgb(200,251,24); }
td.TdClassName
{
border-color: #C8FB18;
}
.TagClassName
{
border-color: #C8FB18;
}
</style>