Shades of Electric Lime #C3F607
Tints of Electric Lime #C3F607
RGB
CMYK
RGB Variations
Color information
#C3F607 (or 0xC3F607) is known color: Electric Lime. HEX triplet: C3, F6 and 07. RGB value is (195,246,7). Sum of RGB (Red+Green+Blue) = 195+246+7=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F607 is #3C09F8. Grayscale: #CCCCCC. Windows color (decimal): -3934713 or 521923. OLE color: 521923.
HSL color Cylindrical-coordinate representation of color #C3F607: hue angle of 72.8º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3F607 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.04 |
| HSL | 72.8º | 0.94% | 0.5% | - |
| HSV(B) | 72.8º | 0.97% | 0.96% | - |
| XYZ | 55.5 | 77.53 | 12.24 | - |
| YUV | 203.51 | 17.1 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 7 | 0.21 | 0 | 0.97 | 0.04 | 72.8 | 0.94 | 0.5 |
| Hex | C3 | F6 | 7 | 15 | 0 | 61 | 4 | 49 | 5E | 32 |
| Octal | 303 | 366 | 7 | 25 | 0 | 141 | 4 | 111 | 136 | 62 |
| Binary | 11000011 | 11110110 | 111 | 10101 | 0 | 1100001 | 100 | 1001001 | 1011110 | 110010 |
Color Harmonies of #C3F607
Complementary color
Monochromatic Colors of #C3F607
Black with #C3F607
Text Example
Text Example
White with #C3F607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F607; }
p { color: rgb(195,246,7); }
H1.HeaderClassName
{
color: #C3F607;
}
.AnyTagClassName
{
color: #C3F607;
}
</style>
background-color css
<style>
a { background-color: #C3F607; }
a { background-color: rgb(195,246,7); }
div.DivClassName
{
background-color: #C3F607;
}
.BgClassName
{
background-color: #C3F607;
}
</style>
border-color css
<style>
span { border-color: #C3F607; }
span { border-color: rgb(195,246,7); }
td.TdClassName
{
border-color: #C3F607;
}
.TagClassName
{
border-color: #C3F607;
}
</style>