Shades of Electric Lime #C7F113
Tints of Electric Lime #C7F113
RGB
CMYK
RGB Variations
Color information
#C7F113 (or 0xC7F113) is known color: Electric Lime. HEX triplet: C7, F1 and 13. RGB value is (199,241,19). Sum of RGB (Red+Green+Blue) = 199+241+19=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F113 is #380EEC. Grayscale: #CBCBCB. Windows color (decimal): -3673837 or 1307079. OLE color: 1307079.
HSL color Cylindrical-coordinate representation of color #C7F113: hue angle of 71.35º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7F113 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.05 |
| HSL | 71.35º | 0.89% | 0.51% | - |
| HSV(B) | 71.35º | 0.92% | 0.95% | - |
| XYZ | 55.13 | 75.1 | 12.21 | - |
| YUV | 203.13 | 24.09 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 19 | 0.17 | 0 | 0.92 | 0.05 | 71.35 | 0.89 | 0.51 |
| Hex | C7 | F1 | 13 | 11 | 0 | 5C | 5 | 47 | 59 | 33 |
| Octal | 307 | 361 | 23 | 21 | 0 | 134 | 5 | 107 | 131 | 63 |
| Binary | 11000111 | 11110001 | 10011 | 10001 | 0 | 1011100 | 101 | 1000111 | 1011001 | 110011 |
Color Harmonies of #C7F113
Complementary color
Monochromatic Colors of #C7F113
Black with #C7F113
Text Example
Text Example
White with #C7F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F113; }
p { color: rgb(199,241,19); }
H1.HeaderClassName
{
color: #C7F113;
}
.AnyTagClassName
{
color: #C7F113;
}
</style>
background-color css
<style>
a { background-color: #C7F113; }
a { background-color: rgb(199,241,19); }
div.DivClassName
{
background-color: #C7F113;
}
.BgClassName
{
background-color: #C7F113;
}
</style>
border-color css
<style>
span { border-color: #C7F113; }
span { border-color: rgb(199,241,19); }
td.TdClassName
{
border-color: #C7F113;
}
.TagClassName
{
border-color: #C7F113;
}
</style>