Shades of Electric Lime #C7F813
Tints of Electric Lime #C7F813
RGB
CMYK
RGB Variations
Color information
#C7F813 (or 0xC7F813) is known color: Electric Lime. HEX triplet: C7, F8 and 13. RGB value is (199,248,19). Sum of RGB (Red+Green+Blue) = 199+248+19=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F813 is #3807EC. Grayscale: #D0D0D0. Windows color (decimal): -3672045 or 1308871. OLE color: 1308871.
HSL color Cylindrical-coordinate representation of color #C7F813: hue angle of 72.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7F813 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 19 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.03 |
| HSL | 72.84º | 0.94% | 0.52% | - |
| HSV(B) | 72.84º | 0.92% | 0.97% | - |
| XYZ | 57.24 | 79.32 | 12.91 | - |
| YUV | 207.24 | 21.77 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 19 | 0.20 | 0 | 0.92 | 0.03 | 72.84 | 0.94 | 0.52 |
| Hex | C7 | F8 | 13 | 14 | 0 | 5C | 3 | 49 | 5E | 34 |
| Octal | 307 | 370 | 23 | 24 | 0 | 134 | 3 | 111 | 136 | 64 |
| Binary | 11000111 | 11111000 | 10011 | 10100 | 0 | 1011100 | 11 | 1001001 | 1011110 | 110100 |
Color Harmonies of #C7F813
Complementary color
Monochromatic Colors of #C7F813
Black with #C7F813
Text Example
Text Example
White with #C7F813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F813; }
p { color: rgb(199,248,19); }
H1.HeaderClassName
{
color: #C7F813;
}
.AnyTagClassName
{
color: #C7F813;
}
</style>
background-color css
<style>
a { background-color: #C7F813; }
a { background-color: rgb(199,248,19); }
div.DivClassName
{
background-color: #C7F813;
}
.BgClassName
{
background-color: #C7F813;
}
</style>
border-color css
<style>
span { border-color: #C7F813; }
span { border-color: rgb(199,248,19); }
td.TdClassName
{
border-color: #C7F813;
}
.TagClassName
{
border-color: #C7F813;
}
</style>