Shades of Lima #7DBA02
Tints of Lima #7DBA02
RGB
CMYK
RGB Variations
Color information
#7DBA02 (or 0x7DBA02) is known color: Lima. HEX triplet: 7D, BA and 02. RGB value is (125,186,2). Sum of RGB (Red+Green+Blue) = 125+186+2=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBA02 is #8245FD. Grayscale: #939393. Windows color (decimal): -8537598 or 178813. OLE color: 178813.
HSL color Cylindrical-coordinate representation of color #7DBA02: hue angle of 79.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DBA02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.27 |
| HSL | 79.89º | 0.98% | 0.37% | - |
| HSV(B) | 79.89º | 0.99% | 0.73% | - |
| XYZ | 26.03 | 39.48 | 6.31 | - |
| YUV | 146.79 | 46.29 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 2 | 0.33 | 0 | 0.99 | 0.27 | 79.89 | 0.98 | 0.37 |
| Hex | 7D | BA | 2 | 21 | 0 | 63 | 1B | 50 | 62 | 25 |
| Octal | 175 | 272 | 2 | 41 | 0 | 143 | 33 | 120 | 142 | 45 |
| Binary | 1111101 | 10111010 | 10 | 100001 | 0 | 1100011 | 11011 | 1010000 | 1100010 | 100101 |
Color Harmonies of #7DBA02
Complementary color
Monochromatic Colors of #7DBA02
Black with #7DBA02
Text Example
Text Example
White with #7DBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA02; }
p { color: rgb(125,186,2); }
H1.HeaderClassName
{
color: #7DBA02;
}
.AnyTagClassName
{
color: #7DBA02;
}
</style>
background-color css
<style>
a { background-color: #7DBA02; }
a { background-color: rgb(125,186,2); }
div.DivClassName
{
background-color: #7DBA02;
}
.BgClassName
{
background-color: #7DBA02;
}
</style>
border-color css
<style>
span { border-color: #7DBA02; }
span { border-color: rgb(125,186,2); }
td.TdClassName
{
border-color: #7DBA02;
}
.TagClassName
{
border-color: #7DBA02;
}
</style>