Shades of Electric Lime #C7FA04
Tints of Electric Lime #C7FA04
RGB
CMYK
RGB Variations
Color information
#C7FA04 (or 0xC7FA04) is known color: Electric Lime. HEX triplet: C7, FA and 04. RGB value is (199,250,4). Sum of RGB (Red+Green+Blue) = 199+250+4=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA04 is #3805FB. Grayscale: #CFCFCF. Windows color (decimal): -3671548 or 326343. OLE color: 326343.
HSL color Cylindrical-coordinate representation of color #C7FA04: hue angle of 72.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7FA04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.02 |
| HSL | 72.44º | 0.97% | 0.5% | - |
| HSV(B) | 72.44º | 0.98% | 0.98% | - |
| XYZ | 57.76 | 80.52 | 12.61 | - |
| YUV | 206.71 | 13.6 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 4 | 0.20 | 0 | 0.98 | 0.02 | 72.44 | 0.97 | 0.5 |
| Hex | C7 | FA | 4 | 14 | 0 | 62 | 2 | 48 | 61 | 32 |
| Octal | 307 | 372 | 4 | 24 | 0 | 142 | 2 | 110 | 141 | 62 |
| Binary | 11000111 | 11111010 | 100 | 10100 | 0 | 1100010 | 10 | 1001000 | 1100001 | 110010 |
Color Harmonies of #C7FA04
Complementary color
Monochromatic Colors of #C7FA04
Black with #C7FA04
Text Example
Text Example
White with #C7FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA04; }
p { color: rgb(199,250,4); }
H1.HeaderClassName
{
color: #C7FA04;
}
.AnyTagClassName
{
color: #C7FA04;
}
</style>
background-color css
<style>
a { background-color: #C7FA04; }
a { background-color: rgb(199,250,4); }
div.DivClassName
{
background-color: #C7FA04;
}
.BgClassName
{
background-color: #C7FA04;
}
</style>
border-color css
<style>
span { border-color: #C7FA04; }
span { border-color: rgb(199,250,4); }
td.TdClassName
{
border-color: #C7FA04;
}
.TagClassName
{
border-color: #C7FA04;
}
</style>