Shades of Lima #7DB903
Tints of Lima #7DB903
RGB
CMYK
RGB Variations
Color information
#7DB903 (or 0x7DB903) is known color: Lima. HEX triplet: 7D, B9 and 03. RGB value is (125,185,3). Sum of RGB (Red+Green+Blue) = 125+185+3=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB903 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB903 is #8246FC. Grayscale: #929292. Windows color (decimal): -8537853 or 244093. OLE color: 244093.
HSL color Cylindrical-coordinate representation of color #7DB903: hue angle of 79.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB903 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.27 |
| HSL | 79.78º | 0.97% | 0.37% | - |
| HSV(B) | 79.78º | 0.98% | 0.73% | - |
| XYZ | 25.82 | 39.06 | 6.27 | - |
| YUV | 146.31 | 47.12 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 3 | 0.32 | 0 | 0.98 | 0.27 | 79.78 | 0.97 | 0.37 |
| Hex | 7D | B9 | 3 | 20 | 0 | 62 | 1B | 50 | 61 | 25 |
| Octal | 175 | 271 | 3 | 40 | 0 | 142 | 33 | 120 | 141 | 45 |
| Binary | 1111101 | 10111001 | 11 | 100000 | 0 | 1100010 | 11011 | 1010000 | 1100001 | 100101 |
Color Harmonies of #7DB903
Complementary color
Monochromatic Colors of #7DB903
Black with #7DB903
Text Example
Text Example
White with #7DB903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB903; }
p { color: rgb(125,185,3); }
H1.HeaderClassName
{
color: #7DB903;
}
.AnyTagClassName
{
color: #7DB903;
}
</style>
background-color css
<style>
a { background-color: #7DB903; }
a { background-color: rgb(125,185,3); }
div.DivClassName
{
background-color: #7DB903;
}
.BgClassName
{
background-color: #7DB903;
}
</style>
border-color css
<style>
span { border-color: #7DB903; }
span { border-color: rgb(125,185,3); }
td.TdClassName
{
border-color: #7DB903;
}
.TagClassName
{
border-color: #7DB903;
}
</style>