Shades of Electric Lime #C7FE13
Tints of Electric Lime #C7FE13
RGB
CMYK
RGB Variations
Color information
#C7FE13 (or 0xC7FE13) is known color: Electric Lime. HEX triplet: C7, FE and 13. RGB value is (199,254,19). Sum of RGB (Red+Green+Blue) = 199+254+19=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FE13 is #3801EC. Grayscale: #D3D3D3. Windows color (decimal): -3670509 or 1310407. OLE color: 1310407.
HSL color Cylindrical-coordinate representation of color #C7FE13: hue angle of 74.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7FE13 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 19 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.00 |
| HSL | 74.04º | 0.99% | 0.54% | - |
| HSV(B) | 74.04º | 0.93% | 1% | - |
| XYZ | 59.11 | 83.07 | 13.54 | - |
| YUV | 210.77 | 19.78 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 19 | 0.22 | 0 | 0.93 | 0.00 | 74.04 | 0.99 | 0.54 |
| Hex | C7 | FE | 13 | 16 | 0 | 5D | 0 | 4A | 63 | 36 |
| Octal | 307 | 376 | 23 | 26 | 0 | 135 | 0 | 112 | 143 | 66 |
| Binary | 11000111 | 11111110 | 10011 | 10110 | 0 | 1011101 | 0 | 1001010 | 1100011 | 110110 |
Color Harmonies of #C7FE13
Complementary color
Monochromatic Colors of #C7FE13
Black with #C7FE13
Text Example
Text Example
White with #C7FE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FE13; }
p { color: rgb(199,254,19); }
H1.HeaderClassName
{
color: #C7FE13;
}
.AnyTagClassName
{
color: #C7FE13;
}
</style>
background-color css
<style>
a { background-color: #C7FE13; }
a { background-color: rgb(199,254,19); }
div.DivClassName
{
background-color: #C7FE13;
}
.BgClassName
{
background-color: #C7FE13;
}
</style>
border-color css
<style>
span { border-color: #C7FE13; }
span { border-color: rgb(199,254,19); }
td.TdClassName
{
border-color: #C7FE13;
}
.TagClassName
{
border-color: #C7FE13;
}
</style>