Shades of Electric Lime #C7F310
Tints of Electric Lime #C7F310
RGB
CMYK
RGB Variations
Color information
#C7F310 (or 0xC7F310) is known color: Electric Lime. HEX triplet: C7, F3 and 10. RGB value is (199,243,16). Sum of RGB (Red+Green+Blue) = 199+243+16=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F310 is #380CEF. Grayscale: #CCCCCC. Windows color (decimal): -3673328 or 1110983. OLE color: 1110983.
HSL color Cylindrical-coordinate representation of color #C7F310: hue angle of 71.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7F310 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 16 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.05 |
| HSL | 71.63º | 0.9% | 0.51% | - |
| HSV(B) | 71.63º | 0.93% | 0.95% | - |
| XYZ | 55.7 | 76.28 | 12.28 | - |
| YUV | 203.97 | 21.92 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 16 | 0.18 | 0 | 0.93 | 0.05 | 71.63 | 0.9 | 0.51 |
| Hex | C7 | F3 | 10 | 12 | 0 | 5D | 5 | 48 | 5A | 33 |
| Octal | 307 | 363 | 20 | 22 | 0 | 135 | 5 | 110 | 132 | 63 |
| Binary | 11000111 | 11110011 | 10000 | 10010 | 0 | 1011101 | 101 | 1001000 | 1011010 | 110011 |
Color Harmonies of #C7F310
Complementary color
Monochromatic Colors of #C7F310
Black with #C7F310
Text Example
Text Example
White with #C7F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F310; }
p { color: rgb(199,243,16); }
H1.HeaderClassName
{
color: #C7F310;
}
.AnyTagClassName
{
color: #C7F310;
}
</style>
background-color css
<style>
a { background-color: #C7F310; }
a { background-color: rgb(199,243,16); }
div.DivClassName
{
background-color: #C7F310;
}
.BgClassName
{
background-color: #C7F310;
}
</style>
border-color css
<style>
span { border-color: #C7F310; }
span { border-color: rgb(199,243,16); }
td.TdClassName
{
border-color: #C7F310;
}
.TagClassName
{
border-color: #C7F310;
}
</style>