Shades of Lima #7DBC2B
Tints of Lima #7DBC2B
RGB
CMYK
RGB Variations
Color information
#7DBC2B (or 0x7DBC2B) is known color: Lima. HEX triplet: 7D, BC and 2B. RGB value is (125,188,43). Sum of RGB (Red+Green+Blue) = 125+188+43=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC2B is #8243D4. Grayscale: #999999. Windows color (decimal): -8537045 or 2866301. OLE color: 2866301.
HSL color Cylindrical-coordinate representation of color #7DBC2B: hue angle of 86.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DBC2B is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 43 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.26 |
| HSL | 86.07º | 0.63% | 0.45% | - |
| HSV(B) | 86.07º | 0.77% | 0.74% | - |
| XYZ | 26.88 | 40.5 | 8.69 | - |
| YUV | 152.63 | 66.13 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 43 | 0.34 | 0 | 0.77 | 0.26 | 86.07 | 0.63 | 0.45 |
| Hex | 7D | BC | 2B | 22 | 0 | 4D | 1A | 56 | 3F | 2D |
| Octal | 175 | 274 | 53 | 42 | 0 | 115 | 32 | 126 | 77 | 55 |
| Binary | 1111101 | 10111100 | 101011 | 100010 | 0 | 1001101 | 11010 | 1010110 | 111111 | 101101 |
Color Harmonies of #7DBC2B
Complementary color
Monochromatic Colors of #7DBC2B
Black with #7DBC2B
Text Example
Text Example
White with #7DBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC2B; }
p { color: rgb(125,188,43); }
H1.HeaderClassName
{
color: #7DBC2B;
}
.AnyTagClassName
{
color: #7DBC2B;
}
</style>
background-color css
<style>
a { background-color: #7DBC2B; }
a { background-color: rgb(125,188,43); }
div.DivClassName
{
background-color: #7DBC2B;
}
.BgClassName
{
background-color: #7DBC2B;
}
</style>
border-color css
<style>
span { border-color: #7DBC2B; }
span { border-color: rgb(125,188,43); }
td.TdClassName
{
border-color: #7DBC2B;
}
.TagClassName
{
border-color: #7DBC2B;
}
</style>