Shades of Electric Lime #C5FA09
Tints of Electric Lime #C5FA09
RGB
CMYK
RGB Variations
Color information
#C5FA09 (or 0xC5FA09) is known color: Electric Lime. HEX triplet: C5, FA and 09. RGB value is (197,250,9). Sum of RGB (Red+Green+Blue) = 197+250+9=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA09 is #3A05F6. Grayscale: #CFCFCF. Windows color (decimal): -3802615 or 654021. OLE color: 654021.
HSL color Cylindrical-coordinate representation of color #C5FA09: hue angle of 73.2º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5FA09 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.02 |
| HSL | 73.2º | 0.96% | 0.51% | - |
| HSV(B) | 73.2º | 0.96% | 0.98% | - |
| XYZ | 57.26 | 80.26 | 12.73 | - |
| YUV | 206.68 | 16.44 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 9 | 0.21 | 0 | 0.96 | 0.02 | 73.2 | 0.96 | 0.51 |
| Hex | C5 | FA | 9 | 15 | 0 | 60 | 2 | 49 | 60 | 33 |
| Octal | 305 | 372 | 11 | 25 | 0 | 140 | 2 | 111 | 140 | 63 |
| Binary | 11000101 | 11111010 | 1001 | 10101 | 0 | 1100000 | 10 | 1001001 | 1100000 | 110011 |
Color Harmonies of #C5FA09
Complementary color
Monochromatic Colors of #C5FA09
Black with #C5FA09
Text Example
Text Example
White with #C5FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA09; }
p { color: rgb(197,250,9); }
H1.HeaderClassName
{
color: #C5FA09;
}
.AnyTagClassName
{
color: #C5FA09;
}
</style>
background-color css
<style>
a { background-color: #C5FA09; }
a { background-color: rgb(197,250,9); }
div.DivClassName
{
background-color: #C5FA09;
}
.BgClassName
{
background-color: #C5FA09;
}
</style>
border-color css
<style>
span { border-color: #C5FA09; }
span { border-color: rgb(197,250,9); }
td.TdClassName
{
border-color: #C5FA09;
}
.TagClassName
{
border-color: #C5FA09;
}
</style>