Shades of Electric Lime #C9F70F
Tints of Electric Lime #C9F70F
RGB
CMYK
RGB Variations
Color information
#C9F70F (or 0xC9F70F) is known color: Electric Lime. HEX triplet: C9, F7 and 0F. RGB value is (201,247,15). Sum of RGB (Red+Green+Blue) = 201+247+15=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F70F is #3608F0. Grayscale: #CFCFCF. Windows color (decimal): -3541233 or 1046473. OLE color: 1046473.
HSL color Cylindrical-coordinate representation of color #C9F70F: hue angle of 71.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F70F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.03 |
| HSL | 71.9º | 0.94% | 0.51% | - |
| HSV(B) | 71.9º | 0.94% | 0.97% | - |
| XYZ | 57.43 | 78.97 | 12.67 | - |
| YUV | 206.8 | 19.76 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 15 | 0.19 | 0 | 0.94 | 0.03 | 71.9 | 0.94 | 0.51 |
| Hex | C9 | F7 | F | 13 | 0 | 5E | 3 | 48 | 5E | 33 |
| Octal | 311 | 367 | 17 | 23 | 0 | 136 | 3 | 110 | 136 | 63 |
| Binary | 11001001 | 11110111 | 1111 | 10011 | 0 | 1011110 | 11 | 1001000 | 1011110 | 110011 |
Color Harmonies of #C9F70F
Complementary color
Monochromatic Colors of #C9F70F
Black with #C9F70F
Text Example
Text Example
White with #C9F70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F70F; }
p { color: rgb(201,247,15); }
H1.HeaderClassName
{
color: #C9F70F;
}
.AnyTagClassName
{
color: #C9F70F;
}
</style>
background-color css
<style>
a { background-color: #C9F70F; }
a { background-color: rgb(201,247,15); }
div.DivClassName
{
background-color: #C9F70F;
}
.BgClassName
{
background-color: #C9F70F;
}
</style>
border-color css
<style>
span { border-color: #C9F70F; }
span { border-color: rgb(201,247,15); }
td.TdClassName
{
border-color: #C9F70F;
}
.TagClassName
{
border-color: #C9F70F;
}
</style>