Shades of Lima #7DB30F
Tints of Lima #7DB30F
RGB
CMYK
RGB Variations
Color information
#7DB30F (or 0x7DB30F) is known color: Lima. HEX triplet: 7D, B3 and 0F. RGB value is (125,179,15). Sum of RGB (Red+Green+Blue) = 125+179+15=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB30F is #824CF0. Grayscale: #909090. Windows color (decimal): -8539377 or 1028989. OLE color: 1028989.
HSL color Cylindrical-coordinate representation of color #7DB30F: hue angle of 79.76º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB30F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 15 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.30 |
| HSL | 79.76º | 0.85% | 0.38% | - |
| HSV(B) | 79.76º | 0.92% | 0.7% | - |
| XYZ | 24.66 | 36.63 | 6.22 | - |
| YUV | 144.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 15 | 0.30 | 0 | 0.92 | 0.30 | 79.76 | 0.85 | 0.38 |
| Hex | 7D | B3 | F | 1E | 0 | 5C | 1E | 50 | 55 | 26 |
| Octal | 175 | 263 | 17 | 36 | 0 | 134 | 36 | 120 | 125 | 46 |
| Binary | 1111101 | 10110011 | 1111 | 11110 | 0 | 1011100 | 11110 | 1010000 | 1010101 | 100110 |
Color Harmonies of #7DB30F
Complementary color
Monochromatic Colors of #7DB30F
Black with #7DB30F
Text Example
Text Example
White with #7DB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB30F; }
p { color: rgb(125,179,15); }
H1.HeaderClassName
{
color: #7DB30F;
}
.AnyTagClassName
{
color: #7DB30F;
}
</style>
background-color css
<style>
a { background-color: #7DB30F; }
a { background-color: rgb(125,179,15); }
div.DivClassName
{
background-color: #7DB30F;
}
.BgClassName
{
background-color: #7DB30F;
}
</style>
border-color css
<style>
span { border-color: #7DB30F; }
span { border-color: rgb(125,179,15); }
td.TdClassName
{
border-color: #7DB30F;
}
.TagClassName
{
border-color: #7DB30F;
}
</style>