Shades of Electric Lime #C5FA04
Tints of Electric Lime #C5FA04
RGB
CMYK
RGB Variations
Color information
#C5FA04 (or 0xC5FA04) is known color: Electric Lime. HEX triplet: C5, FA and 04. RGB value is (197,250,4). Sum of RGB (Red+Green+Blue) = 197+250+4=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA04 is #3A05FB. Grayscale: #CFCFCF. Windows color (decimal): -3802620 or 326341. OLE color: 326341.
HSL color Cylindrical-coordinate representation of color #C5FA04: hue angle of 72.93º 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 #C5FA04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.02 |
| HSL | 72.93º | 0.97% | 0.5% | - |
| HSV(B) | 72.93º | 0.98% | 0.98% | - |
| XYZ | 57.23 | 80.25 | 12.59 | - |
| YUV | 206.11 | 13.94 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 4 | 0.21 | 0 | 0.98 | 0.02 | 72.93 | 0.97 | 0.5 |
| Hex | C5 | FA | 4 | 15 | 0 | 62 | 2 | 49 | 61 | 32 |
| Octal | 305 | 372 | 4 | 25 | 0 | 142 | 2 | 111 | 141 | 62 |
| Binary | 11000101 | 11111010 | 100 | 10101 | 0 | 1100010 | 10 | 1001001 | 1100001 | 110010 |
Color Harmonies of #C5FA04
Complementary color
Monochromatic Colors of #C5FA04
Black with #C5FA04
Text Example
Text Example
White with #C5FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA04; }
p { color: rgb(197,250,4); }
H1.HeaderClassName
{
color: #C5FA04;
}
.AnyTagClassName
{
color: #C5FA04;
}
</style>
background-color css
<style>
a { background-color: #C5FA04; }
a { background-color: rgb(197,250,4); }
div.DivClassName
{
background-color: #C5FA04;
}
.BgClassName
{
background-color: #C5FA04;
}
</style>
border-color css
<style>
span { border-color: #C5FA04; }
span { border-color: rgb(197,250,4); }
td.TdClassName
{
border-color: #C5FA04;
}
.TagClassName
{
border-color: #C5FA04;
}
</style>