Shades of Lima #7DC20A
Tints of Lima #7DC20A
RGB
CMYK
RGB Variations
Color information
#7DC20A (or 0x7DC20A) is known color: Lima. HEX triplet: 7D, C2 and 0A. RGB value is (125,194,10). Sum of RGB (Red+Green+Blue) = 125+194+10=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC20A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC20A is #823DF5. Grayscale: #999999. Windows color (decimal): -8535542 or 705149. OLE color: 705149.
HSL color Cylindrical-coordinate representation of color #7DC20A: hue angle of 82.5º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DC20A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 10 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.24 |
| HSL | 82.5º | 0.9% | 0.4% | - |
| HSV(B) | 82.5º | 0.95% | 0.76% | - |
| XYZ | 27.8 | 42.97 | 7.11 | - |
| YUV | 152.39 | 47.64 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 10 | 0.36 | 0 | 0.95 | 0.24 | 82.5 | 0.9 | 0.4 |
| Hex | 7D | C2 | A | 24 | 0 | 5F | 18 | 52 | 5A | 28 |
| Octal | 175 | 302 | 12 | 44 | 0 | 137 | 30 | 122 | 132 | 50 |
| Binary | 1111101 | 11000010 | 1010 | 100100 | 0 | 1011111 | 11000 | 1010010 | 1011010 | 101000 |
Color Harmonies of #7DC20A
Complementary color
Monochromatic Colors of #7DC20A
Black with #7DC20A
Text Example
Text Example
White with #7DC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC20A; }
p { color: rgb(125,194,10); }
H1.HeaderClassName
{
color: #7DC20A;
}
.AnyTagClassName
{
color: #7DC20A;
}
</style>
background-color css
<style>
a { background-color: #7DC20A; }
a { background-color: rgb(125,194,10); }
div.DivClassName
{
background-color: #7DC20A;
}
.BgClassName
{
background-color: #7DC20A;
}
</style>
border-color css
<style>
span { border-color: #7DC20A; }
span { border-color: rgb(125,194,10); }
td.TdClassName
{
border-color: #7DC20A;
}
.TagClassName
{
border-color: #7DC20A;
}
</style>