Shades of Electric Lime #C9F513
Tints of Electric Lime #C9F513
RGB
CMYK
RGB Variations
Color information
#C9F513 (or 0xC9F513) is known color: Electric Lime. HEX triplet: C9, F5 and 13. RGB value is (201,245,19). Sum of RGB (Red+Green+Blue) = 201+245+19=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F513 is #360AEC. Grayscale: #CECECE. Windows color (decimal): -3541741 or 1308105. OLE color: 1308105.
HSL color Cylindrical-coordinate representation of color #C9F513: hue angle of 71.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9F513 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 19 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.04 |
| HSL | 71.68º | 0.92% | 0.52% | - |
| HSV(B) | 71.68º | 0.92% | 0.96% | - |
| XYZ | 56.86 | 77.77 | 12.63 | - |
| YUV | 206.08 | 22.42 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 19 | 0.18 | 0 | 0.92 | 0.04 | 71.68 | 0.92 | 0.52 |
| Hex | C9 | F5 | 13 | 12 | 0 | 5C | 4 | 48 | 5C | 34 |
| Octal | 311 | 365 | 23 | 22 | 0 | 134 | 4 | 110 | 134 | 64 |
| Binary | 11001001 | 11110101 | 10011 | 10010 | 0 | 1011100 | 100 | 1001000 | 1011100 | 110100 |
Color Harmonies of #C9F513
Complementary color
Monochromatic Colors of #C9F513
Black with #C9F513
Text Example
Text Example
White with #C9F513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F513; }
p { color: rgb(201,245,19); }
H1.HeaderClassName
{
color: #C9F513;
}
.AnyTagClassName
{
color: #C9F513;
}
</style>
background-color css
<style>
a { background-color: #C9F513; }
a { background-color: rgb(201,245,19); }
div.DivClassName
{
background-color: #C9F513;
}
.BgClassName
{
background-color: #C9F513;
}
</style>
border-color css
<style>
span { border-color: #C9F513; }
span { border-color: rgb(201,245,19); }
td.TdClassName
{
border-color: #C9F513;
}
.TagClassName
{
border-color: #C9F513;
}
</style>