Shades of Electric Lime #C9F818
Tints of Electric Lime #C9F818
RGB
CMYK
RGB Variations
Color information
#C9F818 (or 0xC9F818) is known color: Electric Lime. HEX triplet: C9, F8 and 18. RGB value is (201,248,24). Sum of RGB (Red+Green+Blue) = 201+248+24=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F818 is #3607E7. Grayscale: #D1D1D1. Windows color (decimal): -3540968 or 1636553. OLE color: 1636553.
HSL color Cylindrical-coordinate representation of color #C9F818: hue angle of 72.59º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9F818 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 24 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.03 |
| HSL | 72.59º | 0.94% | 0.53% | - |
| HSV(B) | 72.59º | 0.9% | 0.97% | - |
| XYZ | 57.82 | 79.62 | 13.18 | - |
| YUV | 208.41 | 23.93 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 24 | 0.19 | 0 | 0.90 | 0.03 | 72.59 | 0.94 | 0.53 |
| Hex | C9 | F8 | 18 | 13 | 0 | 5A | 3 | 49 | 5E | 35 |
| Octal | 311 | 370 | 30 | 23 | 0 | 132 | 3 | 111 | 136 | 65 |
| Binary | 11001001 | 11111000 | 11000 | 10011 | 0 | 1011010 | 11 | 1001001 | 1011110 | 110101 |
Color Harmonies of #C9F818
Complementary color
Monochromatic Colors of #C9F818
Black with #C9F818
Text Example
Text Example
White with #C9F818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F818; }
p { color: rgb(201,248,24); }
H1.HeaderClassName
{
color: #C9F818;
}
.AnyTagClassName
{
color: #C9F818;
}
</style>
background-color css
<style>
a { background-color: #C9F818; }
a { background-color: rgb(201,248,24); }
div.DivClassName
{
background-color: #C9F818;
}
.BgClassName
{
background-color: #C9F818;
}
</style>
border-color css
<style>
span { border-color: #C9F818; }
span { border-color: rgb(201,248,24); }
td.TdClassName
{
border-color: #C9F818;
}
.TagClassName
{
border-color: #C9F818;
}
</style>