Shades of Electric Lime #C3F711
Tints of Electric Lime #C3F711
RGB
CMYK
RGB Variations
Color information
#C3F711 (or 0xC3F711) is known color: Electric Lime. HEX triplet: C3, F7 and 11. RGB value is (195,247,17). Sum of RGB (Red+Green+Blue) = 195+247+17=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F711 is #3C08EE. Grayscale: #CECECE. Windows color (decimal): -3934447 or 1177539. OLE color: 1177539.
HSL color Cylindrical-coordinate representation of color #C3F711: hue angle of 73.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3F711 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.03 |
| HSL | 73.57º | 0.93% | 0.52% | - |
| HSV(B) | 73.57º | 0.93% | 0.97% | - |
| XYZ | 55.87 | 78.16 | 12.67 | - |
| YUV | 205.23 | 21.77 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 17 | 0.21 | 0 | 0.93 | 0.03 | 73.57 | 0.93 | 0.52 |
| Hex | C3 | F7 | 11 | 15 | 0 | 5D | 3 | 4A | 5D | 34 |
| Octal | 303 | 367 | 21 | 25 | 0 | 135 | 3 | 112 | 135 | 64 |
| Binary | 11000011 | 11110111 | 10001 | 10101 | 0 | 1011101 | 11 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C3F711
Complementary color
Monochromatic Colors of #C3F711
Black with #C3F711
Text Example
Text Example
White with #C3F711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F711; }
p { color: rgb(195,247,17); }
H1.HeaderClassName
{
color: #C3F711;
}
.AnyTagClassName
{
color: #C3F711;
}
</style>
background-color css
<style>
a { background-color: #C3F711; }
a { background-color: rgb(195,247,17); }
div.DivClassName
{
background-color: #C3F711;
}
.BgClassName
{
background-color: #C3F711;
}
</style>
border-color css
<style>
span { border-color: #C3F711; }
span { border-color: rgb(195,247,17); }
td.TdClassName
{
border-color: #C3F711;
}
.TagClassName
{
border-color: #C3F711;
}
</style>