Shades of Electric Lime #C5FA03
Tints of Electric Lime #C5FA03
RGB
CMYK
RGB Variations
Color information
#C5FA03 (or 0xC5FA03) is known color: Electric Lime. HEX triplet: C5, FA and 03. RGB value is (197,250,3). Sum of RGB (Red+Green+Blue) = 197+250+3=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA03 is #3A05FC. Grayscale: #CECECE. Windows color (decimal): -3802621 or 260805. OLE color: 260805.
HSL color Cylindrical-coordinate representation of color #C5FA03: hue angle of 72.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5FA03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.02 |
| HSL | 72.87º | 0.98% | 0.5% | - |
| HSV(B) | 72.87º | 0.99% | 0.98% | - |
| XYZ | 57.23 | 80.25 | 12.56 | - |
| YUV | 206 | 13.44 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 3 | 0.21 | 0 | 0.99 | 0.02 | 72.87 | 0.98 | 0.5 |
| Hex | C5 | FA | 3 | 15 | 0 | 63 | 2 | 49 | 62 | 32 |
| Octal | 305 | 372 | 3 | 25 | 0 | 143 | 2 | 111 | 142 | 62 |
| Binary | 11000101 | 11111010 | 11 | 10101 | 0 | 1100011 | 10 | 1001001 | 1100010 | 110010 |
Color Harmonies of #C5FA03
Complementary color
Monochromatic Colors of #C5FA03
Black with #C5FA03
Text Example
Text Example
White with #C5FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA03; }
p { color: rgb(197,250,3); }
H1.HeaderClassName
{
color: #C5FA03;
}
.AnyTagClassName
{
color: #C5FA03;
}
</style>
background-color css
<style>
a { background-color: #C5FA03; }
a { background-color: rgb(197,250,3); }
div.DivClassName
{
background-color: #C5FA03;
}
.BgClassName
{
background-color: #C5FA03;
}
</style>
border-color css
<style>
span { border-color: #C5FA03; }
span { border-color: rgb(197,250,3); }
td.TdClassName
{
border-color: #C5FA03;
}
.TagClassName
{
border-color: #C5FA03;
}
</style>