Shades of Electric Lime #C9F618
Tints of Electric Lime #C9F618
RGB
CMYK
RGB Variations
Color information
#C9F618 (or 0xC9F618) is known color: Electric Lime. HEX triplet: C9, F6 and 18. RGB value is (201,246,24). Sum of RGB (Red+Green+Blue) = 201+246+24=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #C9F618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F618 is #3609E7. Grayscale: #D0D0D0. Windows color (decimal): -3541480 or 1636041. OLE color: 1636041.
HSL color Cylindrical-coordinate representation of color #C9F618: hue angle of 72.16º degrees, saturation: 0.93, 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 #C9F618 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 246 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.04 |
| HSL | 72.16º | 0.93% | 0.53% | - |
| HSV(B) | 72.16º | 0.9% | 0.96% | - |
| XYZ | 57.21 | 78.39 | 12.98 | - |
| YUV | 207.24 | 24.59 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 246 | 24 | 0.18 | 0 | 0.90 | 0.04 | 72.16 | 0.93 | 0.53 |
| Hex | C9 | F6 | 18 | 12 | 0 | 5A | 4 | 48 | 5C | 35 |
| Octal | 311 | 366 | 30 | 22 | 0 | 132 | 4 | 110 | 134 | 65 |
| Binary | 11001001 | 11110110 | 11000 | 10010 | 0 | 1011010 | 100 | 1001000 | 1011100 | 110101 |
Color Harmonies of #C9F618
Complementary color
Monochromatic Colors of #C9F618
Black with #C9F618
Text Example
Text Example
White with #C9F618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F618; }
p { color: rgb(201,246,24); }
H1.HeaderClassName
{
color: #C9F618;
}
.AnyTagClassName
{
color: #C9F618;
}
</style>
background-color css
<style>
a { background-color: #C9F618; }
a { background-color: rgb(201,246,24); }
div.DivClassName
{
background-color: #C9F618;
}
.BgClassName
{
background-color: #C9F618;
}
</style>
border-color css
<style>
span { border-color: #C9F618; }
span { border-color: rgb(201,246,24); }
td.TdClassName
{
border-color: #C9F618;
}
.TagClassName
{
border-color: #C9F618;
}
</style>