Shades of Lima #7DB918
Tints of Lima #7DB918
RGB
CMYK
RGB Variations
Color information
#7DB918 (or 0x7DB918) is known color: Lima. HEX triplet: 7D, B9 and 18. RGB value is (125,185,24). Sum of RGB (Red+Green+Blue) = 125+185+24=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB918 is #8246E7. Grayscale: #959595. Windows color (decimal): -8537832 or 1620349. OLE color: 1620349.
HSL color Cylindrical-coordinate representation of color #7DB918: hue angle of 82.36º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DB918 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 24 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.27 |
| HSL | 82.36º | 0.77% | 0.41% | - |
| HSV(B) | 82.36º | 0.87% | 0.73% | - |
| XYZ | 25.97 | 39.12 | 7.05 | - |
| YUV | 148.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 24 | 0.32 | 0 | 0.87 | 0.27 | 82.36 | 0.77 | 0.41 |
| Hex | 7D | B9 | 18 | 20 | 0 | 57 | 1B | 52 | 4D | 29 |
| Octal | 175 | 271 | 30 | 40 | 0 | 127 | 33 | 122 | 115 | 51 |
| Binary | 1111101 | 10111001 | 11000 | 100000 | 0 | 1010111 | 11011 | 1010010 | 1001101 | 101001 |
Color Harmonies of #7DB918
Complementary color
Monochromatic Colors of #7DB918
Black with #7DB918
Text Example
Text Example
White with #7DB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB918; }
p { color: rgb(125,185,24); }
H1.HeaderClassName
{
color: #7DB918;
}
.AnyTagClassName
{
color: #7DB918;
}
</style>
background-color css
<style>
a { background-color: #7DB918; }
a { background-color: rgb(125,185,24); }
div.DivClassName
{
background-color: #7DB918;
}
.BgClassName
{
background-color: #7DB918;
}
</style>
border-color css
<style>
span { border-color: #7DB918; }
span { border-color: rgb(125,185,24); }
td.TdClassName
{
border-color: #7DB918;
}
.TagClassName
{
border-color: #7DB918;
}
</style>