Shades of Electric Lime #C5FC0A
Tints of Electric Lime #C5FC0A
RGB
CMYK
RGB Variations
Color information
#C5FC0A (or 0xC5FC0A) is known color: Electric Lime. HEX triplet: C5, FC and 0A. RGB value is (197,252,10). Sum of RGB (Red+Green+Blue) = 197+252+10=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FC0A is #3A03F5. Grayscale: #D0D0D0. Windows color (decimal): -3802102 or 720069. OLE color: 720069.
HSL color Cylindrical-coordinate representation of color #C5FC0A: hue angle of 73.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5FC0A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 10 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.01 |
| HSL | 73.64º | 0.98% | 0.51% | - |
| HSV(B) | 73.64º | 0.96% | 0.99% | - |
| XYZ | 57.89 | 81.51 | 12.97 | - |
| YUV | 207.97 | 16.28 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 10 | 0.22 | 0 | 0.96 | 0.01 | 73.64 | 0.98 | 0.51 |
| Hex | C5 | FC | A | 16 | 0 | 60 | 1 | 4A | 62 | 33 |
| Octal | 305 | 374 | 12 | 26 | 0 | 140 | 1 | 112 | 142 | 63 |
| Binary | 11000101 | 11111100 | 1010 | 10110 | 0 | 1100000 | 1 | 1001010 | 1100010 | 110011 |
Color Harmonies of #C5FC0A
Complementary color
Monochromatic Colors of #C5FC0A
Black with #C5FC0A
Text Example
Text Example
White with #C5FC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC0A; }
p { color: rgb(197,252,10); }
H1.HeaderClassName
{
color: #C5FC0A;
}
.AnyTagClassName
{
color: #C5FC0A;
}
</style>
background-color css
<style>
a { background-color: #C5FC0A; }
a { background-color: rgb(197,252,10); }
div.DivClassName
{
background-color: #C5FC0A;
}
.BgClassName
{
background-color: #C5FC0A;
}
</style>
border-color css
<style>
span { border-color: #C5FC0A; }
span { border-color: rgb(197,252,10); }
td.TdClassName
{
border-color: #C5FC0A;
}
.TagClassName
{
border-color: #C5FC0A;
}
</style>