Shades of Electric Lime #C7F316
Tints of Electric Lime #C7F316
RGB
CMYK
RGB Variations
Color information
#C7F316 (or 0xC7F316) is known color: Electric Lime. HEX triplet: C7, F3 and 16. RGB value is (199,243,22). Sum of RGB (Red+Green+Blue) = 199+243+22=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F316 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F316 is #380CE9. Grayscale: #CDCDCD. Windows color (decimal): -3673322 or 1504199. OLE color: 1504199.
HSL color Cylindrical-coordinate representation of color #C7F316: hue angle of 71.95º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7F316 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 22 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.05 |
| HSL | 71.95º | 0.9% | 0.52% | - |
| HSV(B) | 71.95º | 0.91% | 0.95% | - |
| XYZ | 55.75 | 76.3 | 12.55 | - |
| YUV | 204.65 | 24.92 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 22 | 0.18 | 0 | 0.91 | 0.05 | 71.95 | 0.9 | 0.52 |
| Hex | C7 | F3 | 16 | 12 | 0 | 5B | 5 | 48 | 5A | 34 |
| Octal | 307 | 363 | 26 | 22 | 0 | 133 | 5 | 110 | 132 | 64 |
| Binary | 11000111 | 11110011 | 10110 | 10010 | 0 | 1011011 | 101 | 1001000 | 1011010 | 110100 |
Color Harmonies of #C7F316
Complementary color
Monochromatic Colors of #C7F316
Black with #C7F316
Text Example
Text Example
White with #C7F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F316; }
p { color: rgb(199,243,22); }
H1.HeaderClassName
{
color: #C7F316;
}
.AnyTagClassName
{
color: #C7F316;
}
</style>
background-color css
<style>
a { background-color: #C7F316; }
a { background-color: rgb(199,243,22); }
div.DivClassName
{
background-color: #C7F316;
}
.BgClassName
{
background-color: #C7F316;
}
</style>
border-color css
<style>
span { border-color: #C7F316; }
span { border-color: rgb(199,243,22); }
td.TdClassName
{
border-color: #C7F316;
}
.TagClassName
{
border-color: #C7F316;
}
</style>