Shades of Electric Lime #C5FD04
Tints of Electric Lime #C5FD04
RGB
CMYK
RGB Variations
Color information
#C5FD04 (or 0xC5FD04) is known color: Electric Lime. HEX triplet: C5, FD and 04. RGB value is (197,253,4). Sum of RGB (Red+Green+Blue) = 197+253+4=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FD04 is #3A02FB. Grayscale: #D0D0D0. Windows color (decimal): -3801852 or 327109. OLE color: 327109.
HSL color Cylindrical-coordinate representation of color #C5FD04: hue angle of 73.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5FD04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.01 |
| HSL | 73.49º | 0.98% | 0.5% | - |
| HSV(B) | 73.49º | 0.98% | 0.99% | - |
| XYZ | 58.17 | 82.13 | 12.9 | - |
| YUV | 207.87 | 12.95 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 4 | 0.22 | 0 | 0.98 | 0.01 | 73.49 | 0.98 | 0.5 |
| Hex | C5 | FD | 4 | 16 | 0 | 62 | 1 | 49 | 62 | 32 |
| Octal | 305 | 375 | 4 | 26 | 0 | 142 | 1 | 111 | 142 | 62 |
| Binary | 11000101 | 11111101 | 100 | 10110 | 0 | 1100010 | 1 | 1001001 | 1100010 | 110010 |
Color Harmonies of #C5FD04
Complementary color
Monochromatic Colors of #C5FD04
Black with #C5FD04
Text Example
Text Example
White with #C5FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD04; }
p { color: rgb(197,253,4); }
H1.HeaderClassName
{
color: #C5FD04;
}
.AnyTagClassName
{
color: #C5FD04;
}
</style>
background-color css
<style>
a { background-color: #C5FD04; }
a { background-color: rgb(197,253,4); }
div.DivClassName
{
background-color: #C5FD04;
}
.BgClassName
{
background-color: #C5FD04;
}
</style>
border-color css
<style>
span { border-color: #C5FD04; }
span { border-color: rgb(197,253,4); }
td.TdClassName
{
border-color: #C5FD04;
}
.TagClassName
{
border-color: #C5FD04;
}
</style>