Shades of Lima #7DB70C
Tints of Lima #7DB70C
RGB
CMYK
RGB Variations
Color information
#7DB70C (or 0x7DB70C) is known color: Lima. HEX triplet: 7D, B7 and 0C. RGB value is (125,183,12). Sum of RGB (Red+Green+Blue) = 125+183+12=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB70C is #8248F3. Grayscale: #929292. Windows color (decimal): -8538356 or 833405. OLE color: 833405.
HSL color Cylindrical-coordinate representation of color #7DB70C: hue angle of 80.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DB70C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 12 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.28 |
| HSL | 80.35º | 0.88% | 0.38% | - |
| HSV(B) | 80.35º | 0.93% | 0.72% | - |
| XYZ | 25.46 | 38.25 | 6.39 | - |
| YUV | 146.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 12 | 0.32 | 0 | 0.93 | 0.28 | 80.35 | 0.88 | 0.38 |
| Hex | 7D | B7 | C | 20 | 0 | 5D | 1C | 50 | 58 | 26 |
| Octal | 175 | 267 | 14 | 40 | 0 | 135 | 34 | 120 | 130 | 46 |
| Binary | 1111101 | 10110111 | 1100 | 100000 | 0 | 1011101 | 11100 | 1010000 | 1011000 | 100110 |
Color Harmonies of #7DB70C
Complementary color
Monochromatic Colors of #7DB70C
Black with #7DB70C
Text Example
Text Example
White with #7DB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB70C; }
p { color: rgb(125,183,12); }
H1.HeaderClassName
{
color: #7DB70C;
}
.AnyTagClassName
{
color: #7DB70C;
}
</style>
background-color css
<style>
a { background-color: #7DB70C; }
a { background-color: rgb(125,183,12); }
div.DivClassName
{
background-color: #7DB70C;
}
.BgClassName
{
background-color: #7DB70C;
}
</style>
border-color css
<style>
span { border-color: #7DB70C; }
span { border-color: rgb(125,183,12); }
td.TdClassName
{
border-color: #7DB70C;
}
.TagClassName
{
border-color: #7DB70C;
}
</style>