Shades of Electric Lime #C5FB01
Tints of Electric Lime #C5FB01
RGB
CMYK
RGB Variations
Color information
#C5FB01 (or 0xC5FB01) is known color: Electric Lime. HEX triplet: C5, FB and 01. RGB value is (197,251,1). Sum of RGB (Red+Green+Blue) = 197+251+1=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FB01 is #3A04FE. Grayscale: #CFCFCF. Windows color (decimal): -3802367 or 129989. OLE color: 129989.
HSL color Cylindrical-coordinate representation of color #C5FB01: hue angle of 72.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5FB01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.02 |
| HSL | 72.96º | 0.99% | 0.49% | - |
| HSV(B) | 72.96º | 1% | 0.98% | - |
| XYZ | 57.53 | 80.87 | 12.61 | - |
| YUV | 206.35 | 12.11 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 1 | 0.22 | 0 | 1.00 | 0.02 | 72.96 | 0.99 | 0.49 |
| Hex | C5 | FB | 1 | 16 | 0 | 64 | 2 | 49 | 63 | 31 |
| Octal | 305 | 373 | 1 | 26 | 0 | 144 | 2 | 111 | 143 | 61 |
| Binary | 11000101 | 11111011 | 1 | 10110 | 0 | 1100100 | 10 | 1001001 | 1100011 | 110001 |
Color Harmonies of #C5FB01
Complementary color
Monochromatic Colors of #C5FB01
Black with #C5FB01
Text Example
Text Example
White with #C5FB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB01; }
p { color: rgb(197,251,1); }
H1.HeaderClassName
{
color: #C5FB01;
}
.AnyTagClassName
{
color: #C5FB01;
}
</style>
background-color css
<style>
a { background-color: #C5FB01; }
a { background-color: rgb(197,251,1); }
div.DivClassName
{
background-color: #C5FB01;
}
.BgClassName
{
background-color: #C5FB01;
}
</style>
border-color css
<style>
span { border-color: #C5FB01; }
span { border-color: rgb(197,251,1); }
td.TdClassName
{
border-color: #C5FB01;
}
.TagClassName
{
border-color: #C5FB01;
}
</style>