Shades of Electric Lime #C5FC1C
Tints of Electric Lime #C5FC1C
RGB
CMYK
RGB Variations
Color information
#C5FC1C (or 0xC5FC1C) is known color: Electric Lime. HEX triplet: C5, FC and 1C. RGB value is (197,252,28). Sum of RGB (Red+Green+Blue) = 197+252+28=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FC1C is #3A03E3. Grayscale: #D2D2D2. Windows color (decimal): -3802084 or 1899717. OLE color: 1899717.
HSL color Cylindrical-coordinate representation of color #C5FC1C: hue angle of 74.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5FC1C is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 28 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.01 |
| HSL | 74.73º | 0.97% | 0.55% | - |
| HSV(B) | 74.73º | 0.89% | 0.99% | - |
| XYZ | 58.05 | 81.57 | 13.78 | - |
| YUV | 210.02 | 25.28 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 28 | 0.22 | 0 | 0.89 | 0.01 | 74.73 | 0.97 | 0.55 |
| Hex | C5 | FC | 1C | 16 | 0 | 59 | 1 | 4B | 61 | 37 |
| Octal | 305 | 374 | 34 | 26 | 0 | 131 | 1 | 113 | 141 | 67 |
| Binary | 11000101 | 11111100 | 11100 | 10110 | 0 | 1011001 | 1 | 1001011 | 1100001 | 110111 |
Color Harmonies of #C5FC1C
Complementary color
Monochromatic Colors of #C5FC1C
Black with #C5FC1C
Text Example
Text Example
White with #C5FC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC1C; }
p { color: rgb(197,252,28); }
H1.HeaderClassName
{
color: #C5FC1C;
}
.AnyTagClassName
{
color: #C5FC1C;
}
</style>
background-color css
<style>
a { background-color: #C5FC1C; }
a { background-color: rgb(197,252,28); }
div.DivClassName
{
background-color: #C5FC1C;
}
.BgClassName
{
background-color: #C5FC1C;
}
</style>
border-color css
<style>
span { border-color: #C5FC1C; }
span { border-color: rgb(197,252,28); }
td.TdClassName
{
border-color: #C5FC1C;
}
.TagClassName
{
border-color: #C5FC1C;
}
</style>