Shades of Electric Lime #C5FC01
Tints of Electric Lime #C5FC01
RGB
CMYK
RGB Variations
Color information
#C5FC01 (or 0xC5FC01) is known color: Electric Lime. HEX triplet: C5, FC and 01. RGB value is (197,252,1). Sum of RGB (Red+Green+Blue) = 197+252+1=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FC01 is #3A03FE. Grayscale: #CFCFCF. Windows color (decimal): -3802111 or 130245. OLE color: 130245.
HSL color Cylindrical-coordinate representation of color #C5FC01: hue angle of 73.15º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5FC01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.01 |
| HSL | 73.15º | 0.99% | 0.5% | - |
| HSV(B) | 73.15º | 1% | 0.99% | - |
| XYZ | 57.84 | 81.49 | 12.71 | - |
| YUV | 206.94 | 11.78 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 1 | 0.22 | 0 | 1.00 | 0.01 | 73.15 | 0.99 | 0.5 |
| Hex | C5 | FC | 1 | 16 | 0 | 64 | 1 | 49 | 63 | 32 |
| Octal | 305 | 374 | 1 | 26 | 0 | 144 | 1 | 111 | 143 | 62 |
| Binary | 11000101 | 11111100 | 1 | 10110 | 0 | 1100100 | 1 | 1001001 | 1100011 | 110010 |
Color Harmonies of #C5FC01
Complementary color
Monochromatic Colors of #C5FC01
Black with #C5FC01
Text Example
Text Example
White with #C5FC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC01; }
p { color: rgb(197,252,1); }
H1.HeaderClassName
{
color: #C5FC01;
}
.AnyTagClassName
{
color: #C5FC01;
}
</style>
background-color css
<style>
a { background-color: #C5FC01; }
a { background-color: rgb(197,252,1); }
div.DivClassName
{
background-color: #C5FC01;
}
.BgClassName
{
background-color: #C5FC01;
}
</style>
border-color css
<style>
span { border-color: #C5FC01; }
span { border-color: rgb(197,252,1); }
td.TdClassName
{
border-color: #C5FC01;
}
.TagClassName
{
border-color: #C5FC01;
}
</style>