Shades of Electric Lime #C9F50E
Tints of Electric Lime #C9F50E
RGB
CMYK
RGB Variations
Color information
#C9F50E (or 0xC9F50E) is known color: Electric Lime. HEX triplet: C9, F5 and 0E. RGB value is (201,245,14). Sum of RGB (Red+Green+Blue) = 201+245+14=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F50E is #360AF1. Grayscale: #CECECE. Windows color (decimal): -3541746 or 980425. OLE color: 980425.
HSL color Cylindrical-coordinate representation of color #C9F50E: hue angle of 71.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F50E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.04 |
| HSL | 71.43º | 0.92% | 0.51% | - |
| HSV(B) | 71.43º | 0.94% | 0.96% | - |
| XYZ | 56.82 | 77.75 | 12.43 | - |
| YUV | 205.51 | 19.92 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 14 | 0.18 | 0 | 0.94 | 0.04 | 71.43 | 0.92 | 0.51 |
| Hex | C9 | F5 | E | 12 | 0 | 5E | 4 | 47 | 5C | 33 |
| Octal | 311 | 365 | 16 | 22 | 0 | 136 | 4 | 107 | 134 | 63 |
| Binary | 11001001 | 11110101 | 1110 | 10010 | 0 | 1011110 | 100 | 1000111 | 1011100 | 110011 |
Color Harmonies of #C9F50E
Complementary color
Monochromatic Colors of #C9F50E
Black with #C9F50E
Text Example
Text Example
White with #C9F50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F50E; }
p { color: rgb(201,245,14); }
H1.HeaderClassName
{
color: #C9F50E;
}
.AnyTagClassName
{
color: #C9F50E;
}
</style>
background-color css
<style>
a { background-color: #C9F50E; }
a { background-color: rgb(201,245,14); }
div.DivClassName
{
background-color: #C9F50E;
}
.BgClassName
{
background-color: #C9F50E;
}
</style>
border-color css
<style>
span { border-color: #C9F50E; }
span { border-color: rgb(201,245,14); }
td.TdClassName
{
border-color: #C9F50E;
}
.TagClassName
{
border-color: #C9F50E;
}
</style>