Shades of Lima #7EC30D
Tints of Lima #7EC30D
RGB
CMYK
RGB Variations
Color information
#7EC30D (or 0x7EC30D) is known color: Lima. HEX triplet: 7E, C3 and 0D. RGB value is (126,195,13). Sum of RGB (Red+Green+Blue) = 126+195+13=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC30D is #813CF2. Grayscale: #9A9A9A. Windows color (decimal): -8469747 or 902014. OLE color: 902014.
HSL color Cylindrical-coordinate representation of color #7EC30D: hue angle of 82.75º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EC30D is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 13 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.24 |
| HSL | 82.75º | 0.88% | 0.41% | - |
| HSV(B) | 82.75º | 0.93% | 0.76% | - |
| XYZ | 28.19 | 43.49 | 7.29 | - |
| YUV | 153.62 | 48.64 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 13 | 0.35 | 0 | 0.93 | 0.24 | 82.75 | 0.88 | 0.41 |
| Hex | 7E | C3 | D | 23 | 0 | 5D | 18 | 53 | 58 | 29 |
| Octal | 176 | 303 | 15 | 43 | 0 | 135 | 30 | 123 | 130 | 51 |
| Binary | 1111110 | 11000011 | 1101 | 100011 | 0 | 1011101 | 11000 | 1010011 | 1011000 | 101001 |
Color Harmonies of #7EC30D
Complementary color
Monochromatic Colors of #7EC30D
Black with #7EC30D
Text Example
Text Example
White with #7EC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC30D; }
p { color: rgb(126,195,13); }
H1.HeaderClassName
{
color: #7EC30D;
}
.AnyTagClassName
{
color: #7EC30D;
}
</style>
background-color css
<style>
a { background-color: #7EC30D; }
a { background-color: rgb(126,195,13); }
div.DivClassName
{
background-color: #7EC30D;
}
.BgClassName
{
background-color: #7EC30D;
}
</style>
border-color css
<style>
span { border-color: #7EC30D; }
span { border-color: rgb(126,195,13); }
td.TdClassName
{
border-color: #7EC30D;
}
.TagClassName
{
border-color: #7EC30D;
}
</style>