Shades of Lima #7DB51B
Tints of Lima #7DB51B
RGB
CMYK
RGB Variations
Color information
#7DB51B (or 0x7DB51B) is known color: Lima. HEX triplet: 7D, B5 and 1B. RGB value is (125,181,27). Sum of RGB (Red+Green+Blue) = 125+181+27=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB51B is #824AE4. Grayscale: #939393. Windows color (decimal): -8538853 or 1815933. OLE color: 1815933.
HSL color Cylindrical-coordinate representation of color #7DB51B: hue angle of 81.82º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DB51B is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 27 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.29 |
| HSL | 81.82º | 0.74% | 0.41% | - |
| HSV(B) | 81.82º | 0.85% | 0.71% | - |
| XYZ | 25.18 | 37.49 | 6.95 | - |
| YUV | 146.7 | 60.45 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 27 | 0.31 | 0 | 0.85 | 0.29 | 81.82 | 0.74 | 0.41 |
| Hex | 7D | B5 | 1B | 1F | 0 | 55 | 1D | 52 | 4A | 29 |
| Octal | 175 | 265 | 33 | 37 | 0 | 125 | 35 | 122 | 112 | 51 |
| Binary | 1111101 | 10110101 | 11011 | 11111 | 0 | 1010101 | 11101 | 1010010 | 1001010 | 101001 |
Color Harmonies of #7DB51B
Complementary color
Monochromatic Colors of #7DB51B
Black with #7DB51B
Text Example
Text Example
White with #7DB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB51B; }
p { color: rgb(125,181,27); }
H1.HeaderClassName
{
color: #7DB51B;
}
.AnyTagClassName
{
color: #7DB51B;
}
</style>
background-color css
<style>
a { background-color: #7DB51B; }
a { background-color: rgb(125,181,27); }
div.DivClassName
{
background-color: #7DB51B;
}
.BgClassName
{
background-color: #7DB51B;
}
</style>
border-color css
<style>
span { border-color: #7DB51B; }
span { border-color: rgb(125,181,27); }
td.TdClassName
{
border-color: #7DB51B;
}
.TagClassName
{
border-color: #7DB51B;
}
</style>