Shades of Electric Lime #C9F712
Tints of Electric Lime #C9F712
RGB
CMYK
RGB Variations
Color information
#C9F712 (or 0xC9F712) is known color: Electric Lime. HEX triplet: C9, F7 and 12. RGB value is (201,247,18). Sum of RGB (Red+Green+Blue) = 201+247+18=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F712 is #3608ED. Grayscale: #D0D0D0. Windows color (decimal): -3541230 or 1243081. OLE color: 1243081.
HSL color Cylindrical-coordinate representation of color #C9F712: hue angle of 72.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9F712 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.03 |
| HSL | 72.05º | 0.93% | 0.52% | - |
| HSV(B) | 72.05º | 0.93% | 0.97% | - |
| XYZ | 57.46 | 78.98 | 12.79 | - |
| YUV | 207.14 | 21.26 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 18 | 0.19 | 0 | 0.93 | 0.03 | 72.05 | 0.93 | 0.52 |
| Hex | C9 | F7 | 12 | 13 | 0 | 5D | 3 | 48 | 5D | 34 |
| Octal | 311 | 367 | 22 | 23 | 0 | 135 | 3 | 110 | 135 | 64 |
| Binary | 11001001 | 11110111 | 10010 | 10011 | 0 | 1011101 | 11 | 1001000 | 1011101 | 110100 |
Color Harmonies of #C9F712
Complementary color
Monochromatic Colors of #C9F712
Black with #C9F712
Text Example
Text Example
White with #C9F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F712; }
p { color: rgb(201,247,18); }
H1.HeaderClassName
{
color: #C9F712;
}
.AnyTagClassName
{
color: #C9F712;
}
</style>
background-color css
<style>
a { background-color: #C9F712; }
a { background-color: rgb(201,247,18); }
div.DivClassName
{
background-color: #C9F712;
}
.BgClassName
{
background-color: #C9F712;
}
</style>
border-color css
<style>
span { border-color: #C9F712; }
span { border-color: rgb(201,247,18); }
td.TdClassName
{
border-color: #C9F712;
}
.TagClassName
{
border-color: #C9F712;
}
</style>