Shades of Electric Lime #C5FA00
Tints of Electric Lime #C5FA00
RGB
CMYK
RGB Variations
Color information
#C5FA00 (or 0xC5FA00) is known color: Electric Lime. HEX triplet: C5, FA and 00. RGB value is (197,250,0). Sum of RGB (Red+Green+Blue) = 197+250+0=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA00 is #3A05FF. Grayscale: #CECECE. Windows color (decimal): -3802624 or 64197. OLE color: 64197.
HSL color Cylindrical-coordinate representation of color #C5FA00: hue angle of 72.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5FA00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.02 |
| HSL | 72.72º | 1% | 0.49% | - |
| HSV(B) | 72.72º | 1% | 0.98% | - |
| XYZ | 57.21 | 80.24 | 12.47 | - |
| YUV | 205.65 | 11.94 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 0 | 0.21 | 0 | 1 | 0.02 | 72.72 | 1 | 0.49 |
| Hex | C5 | FA | 0 | 15 | 0 | 64 | 2 | 49 | 64 | 31 |
| Octal | 305 | 372 | 0 | 25 | 0 | 144 | 2 | 111 | 144 | 61 |
| Binary | 11000101 | 11111010 | 0 | 10101 | 0 | 1100100 | 10 | 1001001 | 1100100 | 110001 |
Color Harmonies of #C5FA00
Complementary color
Monochromatic Colors of #C5FA00
Black with #C5FA00
Text Example
Text Example
White with #C5FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA00; }
p { color: rgb(197,250,0); }
H1.HeaderClassName
{
color: #C5FA00;
}
.AnyTagClassName
{
color: #C5FA00;
}
</style>
background-color css
<style>
a { background-color: #C5FA00; }
a { background-color: rgb(197,250,0); }
div.DivClassName
{
background-color: #C5FA00;
}
.BgClassName
{
background-color: #C5FA00;
}
</style>
border-color css
<style>
span { border-color: #C5FA00; }
span { border-color: rgb(197,250,0); }
td.TdClassName
{
border-color: #C5FA00;
}
.TagClassName
{
border-color: #C5FA00;
}
</style>