Shades of Electric Lime #C9F107
Tints of Electric Lime #C9F107
RGB
CMYK
RGB Variations
Color information
#C9F107 (or 0xC9F107) is known color: Electric Lime. HEX triplet: C9, F1 and 07. RGB value is (201,241,7). Sum of RGB (Red+Green+Blue) = 201+241+7=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F107 is #360EF8. Grayscale: #CBCBCB. Windows color (decimal): -3542777 or 520649. OLE color: 520649.
HSL color Cylindrical-coordinate representation of color #C9F107: hue angle of 70.26º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9F107 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.05 |
| HSL | 70.26º | 0.94% | 0.49% | - |
| HSV(B) | 70.26º | 0.97% | 0.95% | - |
| XYZ | 55.58 | 75.34 | 11.81 | - |
| YUV | 202.36 | 17.75 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 7 | 0.17 | 0 | 0.97 | 0.05 | 70.26 | 0.94 | 0.49 |
| Hex | C9 | F1 | 7 | 11 | 0 | 61 | 5 | 46 | 5E | 31 |
| Octal | 311 | 361 | 7 | 21 | 0 | 141 | 5 | 106 | 136 | 61 |
| Binary | 11001001 | 11110001 | 111 | 10001 | 0 | 1100001 | 101 | 1000110 | 1011110 | 110001 |
Color Harmonies of #C9F107
Complementary color
Monochromatic Colors of #C9F107
Black with #C9F107
Text Example
Text Example
White with #C9F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F107; }
p { color: rgb(201,241,7); }
H1.HeaderClassName
{
color: #C9F107;
}
.AnyTagClassName
{
color: #C9F107;
}
</style>
background-color css
<style>
a { background-color: #C9F107; }
a { background-color: rgb(201,241,7); }
div.DivClassName
{
background-color: #C9F107;
}
.BgClassName
{
background-color: #C9F107;
}
</style>
border-color css
<style>
span { border-color: #C9F107; }
span { border-color: rgb(201,241,7); }
td.TdClassName
{
border-color: #C9F107;
}
.TagClassName
{
border-color: #C9F107;
}
</style>