Shades of Electric Lime #C5F107
Tints of Electric Lime #C5F107
RGB
CMYK
RGB Variations
Color information
#C5F107 (or 0xC5F107) is known color: Electric Lime. HEX triplet: C5, F1 and 07. RGB value is (197,241,7). Sum of RGB (Red+Green+Blue) = 197+241+7=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F107 is #3A0EF8. Grayscale: #CACACA. Windows color (decimal): -3804921 or 520645. OLE color: 520645.
HSL color Cylindrical-coordinate representation of color #C5F107: hue angle of 71.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5F107 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.05 |
| HSL | 71.28º | 0.94% | 0.49% | - |
| HSV(B) | 71.28º | 0.97% | 0.95% | - |
| XYZ | 54.52 | 74.8 | 11.76 | - |
| YUV | 201.17 | 18.42 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 7 | 0.18 | 0 | 0.97 | 0.05 | 71.28 | 0.94 | 0.49 |
| Hex | C5 | F1 | 7 | 12 | 0 | 61 | 5 | 47 | 5E | 31 |
| Octal | 305 | 361 | 7 | 22 | 0 | 141 | 5 | 107 | 136 | 61 |
| Binary | 11000101 | 11110001 | 111 | 10010 | 0 | 1100001 | 101 | 1000111 | 1011110 | 110001 |
Color Harmonies of #C5F107
Complementary color
Monochromatic Colors of #C5F107
Black with #C5F107
Text Example
Text Example
White with #C5F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F107; }
p { color: rgb(197,241,7); }
H1.HeaderClassName
{
color: #C5F107;
}
.AnyTagClassName
{
color: #C5F107;
}
</style>
background-color css
<style>
a { background-color: #C5F107; }
a { background-color: rgb(197,241,7); }
div.DivClassName
{
background-color: #C5F107;
}
.BgClassName
{
background-color: #C5F107;
}
</style>
border-color css
<style>
span { border-color: #C5F107; }
span { border-color: rgb(197,241,7); }
td.TdClassName
{
border-color: #C5F107;
}
.TagClassName
{
border-color: #C5F107;
}
</style>