Shades of Electric Lime #C7FA03
Tints of Electric Lime #C7FA03
RGB
CMYK
RGB Variations
Color information
#C7FA03 (or 0xC7FA03) is known color: Electric Lime. HEX triplet: C7, FA and 03. RGB value is (199,250,3). Sum of RGB (Red+Green+Blue) = 199+250+3=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FA03 is #3805FC. Grayscale: #CFCFCF. Windows color (decimal): -3671549 or 260807. OLE color: 260807.
HSL color Cylindrical-coordinate representation of color #C7FA03: hue angle of 72.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7FA03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.02 |
| HSL | 72.39º | 0.98% | 0.5% | - |
| HSV(B) | 72.39º | 0.99% | 0.98% | - |
| XYZ | 57.76 | 80.52 | 12.58 | - |
| YUV | 206.59 | 13.1 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 3 | 0.20 | 0 | 0.99 | 0.02 | 72.39 | 0.98 | 0.5 |
| Hex | C7 | FA | 3 | 14 | 0 | 63 | 2 | 48 | 62 | 32 |
| Octal | 307 | 372 | 3 | 24 | 0 | 143 | 2 | 110 | 142 | 62 |
| Binary | 11000111 | 11111010 | 11 | 10100 | 0 | 1100011 | 10 | 1001000 | 1100010 | 110010 |
Color Harmonies of #C7FA03
Complementary color
Monochromatic Colors of #C7FA03
Black with #C7FA03
Text Example
Text Example
White with #C7FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA03; }
p { color: rgb(199,250,3); }
H1.HeaderClassName
{
color: #C7FA03;
}
.AnyTagClassName
{
color: #C7FA03;
}
</style>
background-color css
<style>
a { background-color: #C7FA03; }
a { background-color: rgb(199,250,3); }
div.DivClassName
{
background-color: #C7FA03;
}
.BgClassName
{
background-color: #C7FA03;
}
</style>
border-color css
<style>
span { border-color: #C7FA03; }
span { border-color: rgb(199,250,3); }
td.TdClassName
{
border-color: #C7FA03;
}
.TagClassName
{
border-color: #C7FA03;
}
</style>