Shades of Lima #7DB323
Tints of Lima #7DB323
RGB
CMYK
RGB Variations
Color information
#7DB323 (or 0x7DB323) is known color: Lima. HEX triplet: 7D, B3 and 23. RGB value is (125,179,35). Sum of RGB (Red+Green+Blue) = 125+179+35=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB323 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB323 is #824CDC. Grayscale: #929292. Windows color (decimal): -8539357 or 2339709. OLE color: 2339709.
HSL color Cylindrical-coordinate representation of color #7DB323: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DB323 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 35 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.30 |
| HSL | 82.5º | 0.67% | 0.42% | - |
| HSV(B) | 82.5º | 0.8% | 0.7% | - |
| XYZ | 24.88 | 36.72 | 7.37 | - |
| YUV | 146.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 35 | 0.30 | 0 | 0.80 | 0.30 | 82.5 | 0.67 | 0.42 |
| Hex | 7D | B3 | 23 | 1E | 0 | 50 | 1E | 52 | 43 | 2A |
| Octal | 175 | 263 | 43 | 36 | 0 | 120 | 36 | 122 | 103 | 52 |
| Binary | 1111101 | 10110011 | 100011 | 11110 | 0 | 1010000 | 11110 | 1010010 | 1000011 | 101010 |
Color Harmonies of #7DB323
Complementary color
Monochromatic Colors of #7DB323
Black with #7DB323
Text Example
Text Example
White with #7DB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB323; }
p { color: rgb(125,179,35); }
H1.HeaderClassName
{
color: #7DB323;
}
.AnyTagClassName
{
color: #7DB323;
}
</style>
background-color css
<style>
a { background-color: #7DB323; }
a { background-color: rgb(125,179,35); }
div.DivClassName
{
background-color: #7DB323;
}
.BgClassName
{
background-color: #7DB323;
}
</style>
border-color css
<style>
span { border-color: #7DB323; }
span { border-color: rgb(125,179,35); }
td.TdClassName
{
border-color: #7DB323;
}
.TagClassName
{
border-color: #7DB323;
}
</style>