Shades of Electric Lime #C7F71A
Tints of Electric Lime #C7F71A
RGB
CMYK
RGB Variations
Color information
#C7F71A (or 0xC7F71A) is known color: Electric Lime. HEX triplet: C7, F7 and 1A. RGB value is (199,247,26). Sum of RGB (Red+Green+Blue) = 199+247+26=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F71A is #3808E5. Grayscale: #D0D0D0. Windows color (decimal): -3672294 or 1767367. OLE color: 1767367.
HSL color Cylindrical-coordinate representation of color #C7F71A: hue angle of 73.03º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7F71A is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 26 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.03 |
| HSL | 73.03º | 0.93% | 0.54% | - |
| HSV(B) | 73.03º | 0.89% | 0.97% | - |
| XYZ | 57 | 78.74 | 13.17 | - |
| YUV | 207.45 | 25.6 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 26 | 0.19 | 0 | 0.89 | 0.03 | 73.03 | 0.93 | 0.54 |
| Hex | C7 | F7 | 1A | 13 | 0 | 59 | 3 | 49 | 5D | 36 |
| Octal | 307 | 367 | 32 | 23 | 0 | 131 | 3 | 111 | 135 | 66 |
| Binary | 11000111 | 11110111 | 11010 | 10011 | 0 | 1011001 | 11 | 1001001 | 1011101 | 110110 |
Color Harmonies of #C7F71A
Complementary color
Monochromatic Colors of #C7F71A
Black with #C7F71A
Text Example
Text Example
White with #C7F71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F71A; }
p { color: rgb(199,247,26); }
H1.HeaderClassName
{
color: #C7F71A;
}
.AnyTagClassName
{
color: #C7F71A;
}
</style>
background-color css
<style>
a { background-color: #C7F71A; }
a { background-color: rgb(199,247,26); }
div.DivClassName
{
background-color: #C7F71A;
}
.BgClassName
{
background-color: #C7F71A;
}
</style>
border-color css
<style>
span { border-color: #C7F71A; }
span { border-color: rgb(199,247,26); }
td.TdClassName
{
border-color: #C7F71A;
}
.TagClassName
{
border-color: #C7F71A;
}
</style>