Shades of Lima #7EC307
Tints of Lima #7EC307
RGB
CMYK
RGB Variations
Color information
#7EC307 (or 0x7EC307) is known color: Lima. HEX triplet: 7E, C3 and 07. RGB value is (126,195,7). Sum of RGB (Red+Green+Blue) = 126+195+7=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC307 is #813CF8. Grayscale: #999999. Windows color (decimal): -8469753 or 508798. OLE color: 508798.
HSL color Cylindrical-coordinate representation of color #7EC307: hue angle of 82.02º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EC307 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.24 |
| HSL | 82.02º | 0.93% | 0.4% | - |
| HSV(B) | 82.02º | 0.96% | 0.76% | - |
| XYZ | 28.16 | 43.48 | 7.11 | - |
| YUV | 152.94 | 45.64 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 7 | 0.35 | 0 | 0.96 | 0.24 | 82.02 | 0.93 | 0.4 |
| Hex | 7E | C3 | 7 | 23 | 0 | 60 | 18 | 52 | 5D | 28 |
| Octal | 176 | 303 | 7 | 43 | 0 | 140 | 30 | 122 | 135 | 50 |
| Binary | 1111110 | 11000011 | 111 | 100011 | 0 | 1100000 | 11000 | 1010010 | 1011101 | 101000 |
Color Harmonies of #7EC307
Complementary color
Monochromatic Colors of #7EC307
Black with #7EC307
Text Example
Text Example
White with #7EC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC307; }
p { color: rgb(126,195,7); }
H1.HeaderClassName
{
color: #7EC307;
}
.AnyTagClassName
{
color: #7EC307;
}
</style>
background-color css
<style>
a { background-color: #7EC307; }
a { background-color: rgb(126,195,7); }
div.DivClassName
{
background-color: #7EC307;
}
.BgClassName
{
background-color: #7EC307;
}
</style>
border-color css
<style>
span { border-color: #7EC307; }
span { border-color: rgb(126,195,7); }
td.TdClassName
{
border-color: #7EC307;
}
.TagClassName
{
border-color: #7EC307;
}
</style>