Shades of Electric Lime #C7FE16
Tints of Electric Lime #C7FE16
RGB
CMYK
RGB Variations
Color information
#C7FE16 (or 0xC7FE16) is known color: Electric Lime. HEX triplet: C7, FE and 16. RGB value is (199,254,22). Sum of RGB (Red+Green+Blue) = 199+254+22=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FE16 is #3801E9. Grayscale: #D3D3D3. Windows color (decimal): -3670506 or 1507015. OLE color: 1507015.
HSL color Cylindrical-coordinate representation of color #C7FE16: hue angle of 74.22º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7FE16 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 22 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.00 |
| HSL | 74.22º | 0.99% | 0.54% | - |
| HSV(B) | 74.22º | 0.91% | 1% | - |
| XYZ | 59.14 | 83.08 | 13.68 | - |
| YUV | 211.11 | 21.28 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 22 | 0.22 | 0 | 0.91 | 0.00 | 74.22 | 0.99 | 0.54 |
| Hex | C7 | FE | 16 | 16 | 0 | 5B | 0 | 4A | 63 | 36 |
| Octal | 307 | 376 | 26 | 26 | 0 | 133 | 0 | 112 | 143 | 66 |
| Binary | 11000111 | 11111110 | 10110 | 10110 | 0 | 1011011 | 0 | 1001010 | 1100011 | 110110 |
Color Harmonies of #C7FE16
Complementary color
Monochromatic Colors of #C7FE16
Black with #C7FE16
Text Example
Text Example
White with #C7FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FE16; }
p { color: rgb(199,254,22); }
H1.HeaderClassName
{
color: #C7FE16;
}
.AnyTagClassName
{
color: #C7FE16;
}
</style>
background-color css
<style>
a { background-color: #C7FE16; }
a { background-color: rgb(199,254,22); }
div.DivClassName
{
background-color: #C7FE16;
}
.BgClassName
{
background-color: #C7FE16;
}
</style>
border-color css
<style>
span { border-color: #C7FE16; }
span { border-color: rgb(199,254,22); }
td.TdClassName
{
border-color: #C7FE16;
}
.TagClassName
{
border-color: #C7FE16;
}
</style>