Shades of Electric Lime #C5FA0C
Tints of Electric Lime #C5FA0C
RGB
CMYK
RGB Variations
Color information
#C5FA0C (or 0xC5FA0C) is known color: Electric Lime. HEX triplet: C5, FA and 0C. RGB value is (197,250,12). Sum of RGB (Red+Green+Blue) = 197+250+12=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA0C is #3A05F3. Grayscale: #CFCFCF. Windows color (decimal): -3802612 or 850629. OLE color: 850629.
HSL color Cylindrical-coordinate representation of color #C5FA0C: hue angle of 73.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5FA0C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.02 |
| HSL | 73.36º | 0.96% | 0.51% | - |
| HSV(B) | 73.36º | 0.95% | 0.98% | - |
| XYZ | 57.28 | 80.27 | 12.82 | - |
| YUV | 207.02 | 17.94 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 12 | 0.21 | 0 | 0.95 | 0.02 | 73.36 | 0.96 | 0.51 |
| Hex | C5 | FA | C | 15 | 0 | 5F | 2 | 49 | 60 | 33 |
| Octal | 305 | 372 | 14 | 25 | 0 | 137 | 2 | 111 | 140 | 63 |
| Binary | 11000101 | 11111010 | 1100 | 10101 | 0 | 1011111 | 10 | 1001001 | 1100000 | 110011 |
Color Harmonies of #C5FA0C
Complementary color
Monochromatic Colors of #C5FA0C
Black with #C5FA0C
Text Example
Text Example
White with #C5FA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA0C; }
p { color: rgb(197,250,12); }
H1.HeaderClassName
{
color: #C5FA0C;
}
.AnyTagClassName
{
color: #C5FA0C;
}
</style>
background-color css
<style>
a { background-color: #C5FA0C; }
a { background-color: rgb(197,250,12); }
div.DivClassName
{
background-color: #C5FA0C;
}
.BgClassName
{
background-color: #C5FA0C;
}
</style>
border-color css
<style>
span { border-color: #C5FA0C; }
span { border-color: rgb(197,250,12); }
td.TdClassName
{
border-color: #C5FA0C;
}
.TagClassName
{
border-color: #C5FA0C;
}
</style>