Shades of Electric Lime #C7EB0C
Tints of Electric Lime #C7EB0C
RGB
CMYK
RGB Variations
Color information
#C7EB0C (or 0xC7EB0C) is known color: Electric Lime. HEX triplet: C7, EB and 0C. RGB value is (199,235,12). Sum of RGB (Red+Green+Blue) = 199+235+12=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EB0C is #3814F3. Grayscale: #C7C7C7. Windows color (decimal): -3675380 or 846791. OLE color: 846791.
HSL color Cylindrical-coordinate representation of color #C7EB0C: hue angle of 69.69º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7EB0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.08 |
| HSL | 69.69º | 0.9% | 0.48% | - |
| HSV(B) | 69.69º | 0.95% | 0.92% | - |
| XYZ | 53.33 | 71.59 | 11.35 | - |
| YUV | 198.81 | 22.57 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 12 | 0.15 | 0 | 0.95 | 0.08 | 69.69 | 0.9 | 0.48 |
| Hex | C7 | EB | C | F | 0 | 5F | 8 | 46 | 5A | 30 |
| Octal | 307 | 353 | 14 | 17 | 0 | 137 | 10 | 106 | 132 | 60 |
| Binary | 11000111 | 11101011 | 1100 | 1111 | 0 | 1011111 | 1000 | 1000110 | 1011010 | 110000 |
Color Harmonies of #C7EB0C
Complementary color
Monochromatic Colors of #C7EB0C
Black with #C7EB0C
Text Example
Text Example
White with #C7EB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EB0C; }
p { color: rgb(199,235,12); }
H1.HeaderClassName
{
color: #C7EB0C;
}
.AnyTagClassName
{
color: #C7EB0C;
}
</style>
background-color css
<style>
a { background-color: #C7EB0C; }
a { background-color: rgb(199,235,12); }
div.DivClassName
{
background-color: #C7EB0C;
}
.BgClassName
{
background-color: #C7EB0C;
}
</style>
border-color css
<style>
span { border-color: #C7EB0C; }
span { border-color: rgb(199,235,12); }
td.TdClassName
{
border-color: #C7EB0C;
}
.TagClassName
{
border-color: #C7EB0C;
}
</style>