Shades of Electric Lime #C7F109
Tints of Electric Lime #C7F109
RGB
CMYK
RGB Variations
Color information
#C7F109 (or 0xC7F109) is known color: Electric Lime. HEX triplet: C7, F1 and 09. RGB value is (199,241,9). Sum of RGB (Red+Green+Blue) = 199+241+9=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 241 (94.53% from 255 or 53.67% from 449); Blue value is 9 (3.91% from 255 or 2.00% from 449); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F109 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F109 is #380EF6. Grayscale: #CACACA. Windows color (decimal): -3673847 or 651719. OLE color: 651719.
HSL color Cylindrical-coordinate representation of color #C7F109: hue angle of 70.86º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7F109 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.05 |
| HSL | 70.86º | 0.93% | 0.49% | - |
| HSV(B) | 70.86º | 0.96% | 0.95% | - |
| XYZ | 55.06 | 75.07 | 11.85 | - |
| YUV | 201.99 | 19.09 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 9 | 0.17 | 0 | 0.96 | 0.05 | 70.86 | 0.93 | 0.49 |
| Hex | C7 | F1 | 9 | 11 | 0 | 60 | 5 | 47 | 5D | 31 |
| Octal | 307 | 361 | 11 | 21 | 0 | 140 | 5 | 107 | 135 | 61 |
| Binary | 11000111 | 11110001 | 1001 | 10001 | 0 | 1100000 | 101 | 1000111 | 1011101 | 110001 |
Color Harmonies of #C7F109
Complementary color
Monochromatic Colors of #C7F109
Black with #C7F109
Text Example
Text Example
White with #C7F109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F109; }
p { color: rgb(199,241,9); }
H1.HeaderClassName
{
color: #C7F109;
}
.AnyTagClassName
{
color: #C7F109;
}
</style>
background-color css
<style>
a { background-color: #C7F109; }
a { background-color: rgb(199,241,9); }
div.DivClassName
{
background-color: #C7F109;
}
.BgClassName
{
background-color: #C7F109;
}
</style>
border-color css
<style>
span { border-color: #C7F109; }
span { border-color: rgb(199,241,9); }
td.TdClassName
{
border-color: #C7F109;
}
.TagClassName
{
border-color: #C7F109;
}
</style>