Shades of Electric Lime #C9F713
Tints of Electric Lime #C9F713
RGB
CMYK
RGB Variations
Color information
#C9F713 (or 0xC9F713) is known color: Electric Lime. HEX triplet: C9, F7 and 13. RGB value is (201,247,19). Sum of RGB (Red+Green+Blue) = 201+247+19=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F713 is #3608EC. Grayscale: #D0D0D0. Windows color (decimal): -3541229 or 1308617. OLE color: 1308617.
HSL color Cylindrical-coordinate representation of color #C9F713: hue angle of 72.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9F713 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 19 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.03 |
| HSL | 72.11º | 0.93% | 0.52% | - |
| HSV(B) | 72.11º | 0.92% | 0.97% | - |
| XYZ | 57.47 | 78.99 | 12.83 | - |
| YUV | 207.25 | 21.76 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 19 | 0.19 | 0 | 0.92 | 0.03 | 72.11 | 0.93 | 0.52 |
| Hex | C9 | F7 | 13 | 13 | 0 | 5C | 3 | 48 | 5D | 34 |
| Octal | 311 | 367 | 23 | 23 | 0 | 134 | 3 | 110 | 135 | 64 |
| Binary | 11001001 | 11110111 | 10011 | 10011 | 0 | 1011100 | 11 | 1001000 | 1011101 | 110100 |
Color Harmonies of #C9F713
Complementary color
Monochromatic Colors of #C9F713
Black with #C9F713
Text Example
Text Example
White with #C9F713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F713; }
p { color: rgb(201,247,19); }
H1.HeaderClassName
{
color: #C9F713;
}
.AnyTagClassName
{
color: #C9F713;
}
</style>
background-color css
<style>
a { background-color: #C9F713; }
a { background-color: rgb(201,247,19); }
div.DivClassName
{
background-color: #C9F713;
}
.BgClassName
{
background-color: #C9F713;
}
</style>
border-color css
<style>
span { border-color: #C9F713; }
span { border-color: rgb(201,247,19); }
td.TdClassName
{
border-color: #C9F713;
}
.TagClassName
{
border-color: #C9F713;
}
</style>