Shades of Electric Lime #C3F107
Tints of Electric Lime #C3F107
RGB
CMYK
RGB Variations
Color information
#C3F107 (or 0xC3F107) is known color: Electric Lime. HEX triplet: C3, F1 and 07. RGB value is (195,241,7). Sum of RGB (Red+Green+Blue) = 195+241+7=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F107 is #3C0EF8. Grayscale: #C9C9C9. Windows color (decimal): -3935993 or 520643. OLE color: 520643.
HSL color Cylindrical-coordinate representation of color #C3F107: hue angle of 71.79º 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 #C3F107 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.05 |
| HSL | 71.79º | 0.94% | 0.49% | - |
| HSV(B) | 71.79º | 0.97% | 0.95% | - |
| XYZ | 54 | 74.53 | 11.74 | - |
| YUV | 200.57 | 18.76 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 7 | 0.19 | 0 | 0.97 | 0.05 | 71.79 | 0.94 | 0.49 |
| Hex | C3 | F1 | 7 | 13 | 0 | 61 | 5 | 48 | 5E | 31 |
| Octal | 303 | 361 | 7 | 23 | 0 | 141 | 5 | 110 | 136 | 61 |
| Binary | 11000011 | 11110001 | 111 | 10011 | 0 | 1100001 | 101 | 1001000 | 1011110 | 110001 |
Color Harmonies of #C3F107
Complementary color
Monochromatic Colors of #C3F107
Black with #C3F107
Text Example
Text Example
White with #C3F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F107; }
p { color: rgb(195,241,7); }
H1.HeaderClassName
{
color: #C3F107;
}
.AnyTagClassName
{
color: #C3F107;
}
</style>
background-color css
<style>
a { background-color: #C3F107; }
a { background-color: rgb(195,241,7); }
div.DivClassName
{
background-color: #C3F107;
}
.BgClassName
{
background-color: #C3F107;
}
</style>
border-color css
<style>
span { border-color: #C3F107; }
span { border-color: rgb(195,241,7); }
td.TdClassName
{
border-color: #C3F107;
}
.TagClassName
{
border-color: #C3F107;
}
</style>