Shades of Lima #7DC922
Tints of Lima #7DC922
RGB
CMYK
RGB Variations
Color information
#7DC922 (or 0x7DC922) is known color: Lima. HEX triplet: 7D, C9 and 22. RGB value is (125,201,34). Sum of RGB (Red+Green+Blue) = 125+201+34=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC922 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC922 is #8236DD. Grayscale: #9F9F9F. Windows color (decimal): -8533726 or 2279805. OLE color: 2279805.
HSL color Cylindrical-coordinate representation of color #7DC922: hue angle of 87.31º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DC922 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 34 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.21 |
| HSL | 87.31º | 0.71% | 0.46% | - |
| HSV(B) | 87.31º | 0.83% | 0.79% | - |
| XYZ | 29.63 | 46.25 | 8.88 | - |
| YUV | 159.24 | 57.32 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 34 | 0.38 | 0 | 0.83 | 0.21 | 87.31 | 0.71 | 0.46 |
| Hex | 7D | C9 | 22 | 26 | 0 | 53 | 15 | 57 | 47 | 2E |
| Octal | 175 | 311 | 42 | 46 | 0 | 123 | 25 | 127 | 107 | 56 |
| Binary | 1111101 | 11001001 | 100010 | 100110 | 0 | 1010011 | 10101 | 1010111 | 1000111 | 101110 |
Color Harmonies of #7DC922
Complementary color
Monochromatic Colors of #7DC922
Black with #7DC922
Text Example
Text Example
White with #7DC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC922; }
p { color: rgb(125,201,34); }
H1.HeaderClassName
{
color: #7DC922;
}
.AnyTagClassName
{
color: #7DC922;
}
</style>
background-color css
<style>
a { background-color: #7DC922; }
a { background-color: rgb(125,201,34); }
div.DivClassName
{
background-color: #7DC922;
}
.BgClassName
{
background-color: #7DC922;
}
</style>
border-color css
<style>
span { border-color: #7DC922; }
span { border-color: rgb(125,201,34); }
td.TdClassName
{
border-color: #7DC922;
}
.TagClassName
{
border-color: #7DC922;
}
</style>