Shades of Lima #7DB403
Tints of Lima #7DB403
RGB
CMYK
RGB Variations
Color information
#7DB403 (or 0x7DB403) is known color: Lima. HEX triplet: 7D, B4 and 03. RGB value is (125,180,3). Sum of RGB (Red+Green+Blue) = 125+180+3=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB403 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB403 is #824BFC. Grayscale: #909090. Windows color (decimal): -8539133 or 242813. OLE color: 242813.
HSL color Cylindrical-coordinate representation of color #7DB403: hue angle of 78.64º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DB403 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 3 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.29 |
| HSL | 78.64º | 0.97% | 0.36% | - |
| HSV(B) | 78.64º | 0.98% | 0.71% | - |
| XYZ | 24.8 | 37.01 | 5.92 | - |
| YUV | 143.38 | 48.78 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 3 | 0.31 | 0 | 0.98 | 0.29 | 78.64 | 0.97 | 0.36 |
| Hex | 7D | B4 | 3 | 1F | 0 | 62 | 1D | 4F | 61 | 24 |
| Octal | 175 | 264 | 3 | 37 | 0 | 142 | 35 | 117 | 141 | 44 |
| Binary | 1111101 | 10110100 | 11 | 11111 | 0 | 1100010 | 11101 | 1001111 | 1100001 | 100100 |
Color Harmonies of #7DB403
Complementary color
Monochromatic Colors of #7DB403
Black with #7DB403
Text Example
Text Example
White with #7DB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB403; }
p { color: rgb(125,180,3); }
H1.HeaderClassName
{
color: #7DB403;
}
.AnyTagClassName
{
color: #7DB403;
}
</style>
background-color css
<style>
a { background-color: #7DB403; }
a { background-color: rgb(125,180,3); }
div.DivClassName
{
background-color: #7DB403;
}
.BgClassName
{
background-color: #7DB403;
}
</style>
border-color css
<style>
span { border-color: #7DB403; }
span { border-color: rgb(125,180,3); }
td.TdClassName
{
border-color: #7DB403;
}
.TagClassName
{
border-color: #7DB403;
}
</style>