Shades of Electric Lime #C5FE00
Tints of Electric Lime #C5FE00
RGB
CMYK
RGB Variations
Color information
#C5FE00 (or 0xC5FE00) is known color: Electric Lime. HEX triplet: C5, FE and 00. RGB value is (197,254,0). Sum of RGB (Red+Green+Blue) = 197+254+0=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FE00 is #3A01FF. Grayscale: #D0D0D0. Windows color (decimal): -3801600 or 65221. OLE color: 65221.
HSL color Cylindrical-coordinate representation of color #C5FE00: hue angle of 73.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5FE00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.00 |
| HSL | 73.46º | 1% | 0.5% | - |
| HSV(B) | 73.46º | 1% | 1% | - |
| XYZ | 58.47 | 82.75 | 12.89 | - |
| YUV | 208 | 10.62 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 0 | 0.22 | 0 | 1 | 0.00 | 73.46 | 1 | 0.5 |
| Hex | C5 | FE | 0 | 16 | 0 | 64 | 0 | 49 | 64 | 32 |
| Octal | 305 | 376 | 0 | 26 | 0 | 144 | 0 | 111 | 144 | 62 |
| Binary | 11000101 | 11111110 | 0 | 10110 | 0 | 1100100 | 0 | 1001001 | 1100100 | 110010 |
Color Harmonies of #C5FE00
Complementary color
Monochromatic Colors of #C5FE00
Black with #C5FE00
Text Example
Text Example
White with #C5FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE00; }
p { color: rgb(197,254,0); }
H1.HeaderClassName
{
color: #C5FE00;
}
.AnyTagClassName
{
color: #C5FE00;
}
</style>
background-color css
<style>
a { background-color: #C5FE00; }
a { background-color: rgb(197,254,0); }
div.DivClassName
{
background-color: #C5FE00;
}
.BgClassName
{
background-color: #C5FE00;
}
</style>
border-color css
<style>
span { border-color: #C5FE00; }
span { border-color: rgb(197,254,0); }
td.TdClassName
{
border-color: #C5FE00;
}
.TagClassName
{
border-color: #C5FE00;
}
</style>