Shades of Lima #7DC82D
Tints of Lima #7DC82D
RGB
CMYK
RGB Variations
Color information
#7DC82D (or 0x7DC82D) is known color: Lima. HEX triplet: 7D, C8 and 2D. RGB value is (125,200,45). Sum of RGB (Red+Green+Blue) = 125+200+45=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC82D is #8237D2. Grayscale: #A0A0A0. Windows color (decimal): -8533971 or 3000445. OLE color: 3000445.
HSL color Cylindrical-coordinate representation of color #7DC82D: hue angle of 89.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DC82D is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 45 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.22 |
| HSL | 89.03º | 0.63% | 0.48% | - |
| HSV(B) | 89.03º | 0.78% | 0.78% | - |
| XYZ | 29.59 | 45.86 | 9.77 | - |
| YUV | 159.91 | 63.15 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 45 | 0.38 | 0 | 0.78 | 0.22 | 89.03 | 0.63 | 0.48 |
| Hex | 7D | C8 | 2D | 26 | 0 | 4E | 16 | 59 | 3F | 30 |
| Octal | 175 | 310 | 55 | 46 | 0 | 116 | 26 | 131 | 77 | 60 |
| Binary | 1111101 | 11001000 | 101101 | 100110 | 0 | 1001110 | 10110 | 1011001 | 111111 | 110000 |
Color Harmonies of #7DC82D
Complementary color
Monochromatic Colors of #7DC82D
Black with #7DC82D
Text Example
Text Example
White with #7DC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC82D; }
p { color: rgb(125,200,45); }
H1.HeaderClassName
{
color: #7DC82D;
}
.AnyTagClassName
{
color: #7DC82D;
}
</style>
background-color css
<style>
a { background-color: #7DC82D; }
a { background-color: rgb(125,200,45); }
div.DivClassName
{
background-color: #7DC82D;
}
.BgClassName
{
background-color: #7DC82D;
}
</style>
border-color css
<style>
span { border-color: #7DC82D; }
span { border-color: rgb(125,200,45); }
td.TdClassName
{
border-color: #7DC82D;
}
.TagClassName
{
border-color: #7DC82D;
}
</style>