Shades of Electric Lime #C3F710
Tints of Electric Lime #C3F710
RGB
CMYK
RGB Variations
Color information
#C3F710 (or 0xC3F710) is known color: Electric Lime. HEX triplet: C3, F7 and 10. RGB value is (195,247,16). Sum of RGB (Red+Green+Blue) = 195+247+16=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 247 (96.88% from 255 or 53.93% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F710 is #3C08EF. Grayscale: #CDCDCD. Windows color (decimal): -3934448 or 1112003. OLE color: 1112003.
HSL color Cylindrical-coordinate representation of color #C3F710: hue angle of 73.51º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3F710 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 16 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.03 |
| HSL | 73.51º | 0.94% | 0.52% | - |
| HSV(B) | 73.51º | 0.94% | 0.97% | - |
| XYZ | 55.86 | 78.16 | 12.63 | - |
| YUV | 205.12 | 21.27 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 16 | 0.21 | 0 | 0.94 | 0.03 | 73.51 | 0.94 | 0.52 |
| Hex | C3 | F7 | 10 | 15 | 0 | 5E | 3 | 4A | 5E | 34 |
| Octal | 303 | 367 | 20 | 25 | 0 | 136 | 3 | 112 | 136 | 64 |
| Binary | 11000011 | 11110111 | 10000 | 10101 | 0 | 1011110 | 11 | 1001010 | 1011110 | 110100 |
Color Harmonies of #C3F710
Complementary color
Monochromatic Colors of #C3F710
Black with #C3F710
Text Example
Text Example
White with #C3F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F710; }
p { color: rgb(195,247,16); }
H1.HeaderClassName
{
color: #C3F710;
}
.AnyTagClassName
{
color: #C3F710;
}
</style>
background-color css
<style>
a { background-color: #C3F710; }
a { background-color: rgb(195,247,16); }
div.DivClassName
{
background-color: #C3F710;
}
.BgClassName
{
background-color: #C3F710;
}
</style>
border-color css
<style>
span { border-color: #C3F710; }
span { border-color: rgb(195,247,16); }
td.TdClassName
{
border-color: #C3F710;
}
.TagClassName
{
border-color: #C3F710;
}
</style>