Shades of Electric Lime #C5FA08
Tints of Electric Lime #C5FA08
RGB
CMYK
RGB Variations
Color information
#C5FA08 (or 0xC5FA08) is known color: Electric Lime. HEX triplet: C5, FA and 08. RGB value is (197,250,8). Sum of RGB (Red+Green+Blue) = 197+250+8=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA08 is #3A05F7. Grayscale: #CFCFCF. Windows color (decimal): -3802616 or 588485. OLE color: 588485.
HSL color Cylindrical-coordinate representation of color #C5FA08: hue angle of 73.14º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5FA08 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.02 |
| HSL | 73.14º | 0.96% | 0.51% | - |
| HSV(B) | 73.14º | 0.97% | 0.98% | - |
| XYZ | 57.26 | 80.26 | 12.7 | - |
| YUV | 206.57 | 15.94 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 8 | 0.21 | 0 | 0.97 | 0.02 | 73.14 | 0.96 | 0.51 |
| Hex | C5 | FA | 8 | 15 | 0 | 61 | 2 | 49 | 60 | 33 |
| Octal | 305 | 372 | 10 | 25 | 0 | 141 | 2 | 111 | 140 | 63 |
| Binary | 11000101 | 11111010 | 1000 | 10101 | 0 | 1100001 | 10 | 1001001 | 1100000 | 110011 |
Color Harmonies of #C5FA08
Complementary color
Monochromatic Colors of #C5FA08
Black with #C5FA08
Text Example
Text Example
White with #C5FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA08; }
p { color: rgb(197,250,8); }
H1.HeaderClassName
{
color: #C5FA08;
}
.AnyTagClassName
{
color: #C5FA08;
}
</style>
background-color css
<style>
a { background-color: #C5FA08; }
a { background-color: rgb(197,250,8); }
div.DivClassName
{
background-color: #C5FA08;
}
.BgClassName
{
background-color: #C5FA08;
}
</style>
border-color css
<style>
span { border-color: #C5FA08; }
span { border-color: rgb(197,250,8); }
td.TdClassName
{
border-color: #C5FA08;
}
.TagClassName
{
border-color: #C5FA08;
}
</style>