Shades of Electric Lime #C7EE13
Tints of Electric Lime #C7EE13
RGB
CMYK
RGB Variations
Color information
#C7EE13 (or 0xC7EE13) is known color: Electric Lime. HEX triplet: C7, EE and 13. RGB value is (199,238,19). Sum of RGB (Red+Green+Blue) = 199+238+19=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EE13 is #3811EC. Grayscale: #CACACA. Windows color (decimal): -3674605 or 1306311. OLE color: 1306311.
HSL color Cylindrical-coordinate representation of color #C7EE13: hue angle of 70.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7EE13 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 238 | 19 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.07 |
| HSL | 70.68º | 0.87% | 0.5% | - |
| HSV(B) | 70.68º | 0.92% | 0.93% | - |
| XYZ | 54.25 | 73.34 | 11.91 | - |
| YUV | 201.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 238 | 19 | 0.16 | 0 | 0.92 | 0.07 | 70.68 | 0.87 | 0.5 |
| Hex | C7 | EE | 13 | 10 | 0 | 5C | 7 | 47 | 57 | 32 |
| Octal | 307 | 356 | 23 | 20 | 0 | 134 | 7 | 107 | 127 | 62 |
| Binary | 11000111 | 11101110 | 10011 | 10000 | 0 | 1011100 | 111 | 1000111 | 1010111 | 110010 |
Color Harmonies of #C7EE13
Complementary color
Monochromatic Colors of #C7EE13
Black with #C7EE13
Text Example
Text Example
White with #C7EE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EE13; }
p { color: rgb(199,238,19); }
H1.HeaderClassName
{
color: #C7EE13;
}
.AnyTagClassName
{
color: #C7EE13;
}
</style>
background-color css
<style>
a { background-color: #C7EE13; }
a { background-color: rgb(199,238,19); }
div.DivClassName
{
background-color: #C7EE13;
}
.BgClassName
{
background-color: #C7EE13;
}
</style>
border-color css
<style>
span { border-color: #C7EE13; }
span { border-color: rgb(199,238,19); }
td.TdClassName
{
border-color: #C7EE13;
}
.TagClassName
{
border-color: #C7EE13;
}
</style>