Shades of Lima #7DB303
Tints of Lima #7DB303
RGB
CMYK
RGB Variations
Color information
#7DB303 (or 0x7DB303) is known color: Lima. HEX triplet: 7D, B3 and 03. RGB value is (125,179,3). Sum of RGB (Red+Green+Blue) = 125+179+3=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB303 is #824CFC. Grayscale: #8F8F8F. Windows color (decimal): -8539389 or 242557. OLE color: 242557.
HSL color Cylindrical-coordinate representation of color #7DB303: hue angle of 78.41º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB303 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.30 |
| HSL | 78.41º | 0.97% | 0.36% | - |
| HSV(B) | 78.41º | 0.98% | 0.7% | - |
| XYZ | 24.59 | 36.61 | 5.86 | - |
| YUV | 142.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 3 | 0.30 | 0 | 0.98 | 0.30 | 78.41 | 0.97 | 0.36 |
| Hex | 7D | B3 | 3 | 1E | 0 | 62 | 1E | 4E | 61 | 24 |
| Octal | 175 | 263 | 3 | 36 | 0 | 142 | 36 | 116 | 141 | 44 |
| Binary | 1111101 | 10110011 | 11 | 11110 | 0 | 1100010 | 11110 | 1001110 | 1100001 | 100100 |
Color Harmonies of #7DB303
Complementary color
Monochromatic Colors of #7DB303
Black with #7DB303
Text Example
Text Example
White with #7DB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB303; }
p { color: rgb(125,179,3); }
H1.HeaderClassName
{
color: #7DB303;
}
.AnyTagClassName
{
color: #7DB303;
}
</style>
background-color css
<style>
a { background-color: #7DB303; }
a { background-color: rgb(125,179,3); }
div.DivClassName
{
background-color: #7DB303;
}
.BgClassName
{
background-color: #7DB303;
}
</style>
border-color css
<style>
span { border-color: #7DB303; }
span { border-color: rgb(125,179,3); }
td.TdClassName
{
border-color: #7DB303;
}
.TagClassName
{
border-color: #7DB303;
}
</style>