Shades of Electric Lime #C8F918
Tints of Electric Lime #C8F918
RGB
CMYK
RGB Variations
Color information
#C8F918 (or 0xC8F918) is known color: Electric Lime. HEX triplet: C8, F9 and 18. RGB value is (200,249,24). Sum of RGB (Red+Green+Blue) = 200+249+24=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F918 is #3706E7. Grayscale: #D1D1D1. Windows color (decimal): -3606248 or 1636808. OLE color: 1636808.
HSL color Cylindrical-coordinate representation of color #C8F918: hue angle of 73.07º degrees, saturation: 0.95, 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 #C8F918 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.02 |
| HSL | 73.07º | 0.95% | 0.54% | - |
| HSV(B) | 73.07º | 0.9% | 0.98% | - |
| XYZ | 57.86 | 80.1 | 13.27 | - |
| YUV | 208.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 24 | 0.20 | 0 | 0.90 | 0.02 | 73.07 | 0.95 | 0.54 |
| Hex | C8 | F9 | 18 | 14 | 0 | 5A | 2 | 49 | 5F | 36 |
| Octal | 310 | 371 | 30 | 24 | 0 | 132 | 2 | 111 | 137 | 66 |
| Binary | 11001000 | 11111001 | 11000 | 10100 | 0 | 1011010 | 10 | 1001001 | 1011111 | 110110 |
Color Harmonies of #C8F918
Complementary color
Monochromatic Colors of #C8F918
Black with #C8F918
Text Example
Text Example
White with #C8F918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F918; }
p { color: rgb(200,249,24); }
H1.HeaderClassName
{
color: #C8F918;
}
.AnyTagClassName
{
color: #C8F918;
}
</style>
background-color css
<style>
a { background-color: #C8F918; }
a { background-color: rgb(200,249,24); }
div.DivClassName
{
background-color: #C8F918;
}
.BgClassName
{
background-color: #C8F918;
}
</style>
border-color css
<style>
span { border-color: #C8F918; }
span { border-color: rgb(200,249,24); }
td.TdClassName
{
border-color: #C8F918;
}
.TagClassName
{
border-color: #C8F918;
}
</style>