Shades of Electric Lime #C7FA13
Tints of Electric Lime #C7FA13
RGB
CMYK
RGB Variations
Color information
#C7FA13 (or 0xC7FA13) is known color: Electric Lime. HEX triplet: C7, FA and 13. RGB value is (199,250,19). Sum of RGB (Red+Green+Blue) = 199+250+19=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA13 is #3805EC. Grayscale: #D1D1D1. Windows color (decimal): -3671533 or 1309383. OLE color: 1309383.
HSL color Cylindrical-coordinate representation of color #C7FA13: hue angle of 73.25º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7FA13 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 19 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.02 |
| HSL | 73.25º | 0.96% | 0.53% | - |
| HSV(B) | 73.25º | 0.92% | 0.98% | - |
| XYZ | 57.86 | 80.56 | 13.12 | - |
| YUV | 208.42 | 21.1 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 19 | 0.20 | 0 | 0.92 | 0.02 | 73.25 | 0.96 | 0.53 |
| Hex | C7 | FA | 13 | 14 | 0 | 5C | 2 | 49 | 60 | 35 |
| Octal | 307 | 372 | 23 | 24 | 0 | 134 | 2 | 111 | 140 | 65 |
| Binary | 11000111 | 11111010 | 10011 | 10100 | 0 | 1011100 | 10 | 1001001 | 1100000 | 110101 |
Color Harmonies of #C7FA13
Complementary color
Monochromatic Colors of #C7FA13
Black with #C7FA13
Text Example
Text Example
White with #C7FA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA13; }
p { color: rgb(199,250,19); }
H1.HeaderClassName
{
color: #C7FA13;
}
.AnyTagClassName
{
color: #C7FA13;
}
</style>
background-color css
<style>
a { background-color: #C7FA13; }
a { background-color: rgb(199,250,19); }
div.DivClassName
{
background-color: #C7FA13;
}
.BgClassName
{
background-color: #C7FA13;
}
</style>
border-color css
<style>
span { border-color: #C7FA13; }
span { border-color: rgb(199,250,19); }
td.TdClassName
{
border-color: #C7FA13;
}
.TagClassName
{
border-color: #C7FA13;
}
</style>