Shades of Lima #7DBC25
Tints of Lima #7DBC25
RGB
CMYK
RGB Variations
Color information
#7DBC25 (or 0x7DBC25) is known color: Lima. HEX triplet: 7D, BC and 25. RGB value is (125,188,37). Sum of RGB (Red+Green+Blue) = 125+188+37=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC25 is #8243DA. Grayscale: #989898. Windows color (decimal): -8537051 or 2473085. OLE color: 2473085.
HSL color Cylindrical-coordinate representation of color #7DBC25: hue angle of 85.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DBC25 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 37 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.26 |
| HSL | 85.03º | 0.67% | 0.44% | - |
| HSV(B) | 85.03º | 0.8% | 0.74% | - |
| XYZ | 26.77 | 40.46 | 8.15 | - |
| YUV | 151.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 37 | 0.34 | 0 | 0.80 | 0.26 | 85.03 | 0.67 | 0.44 |
| Hex | 7D | BC | 25 | 22 | 0 | 50 | 1A | 55 | 43 | 2C |
| Octal | 175 | 274 | 45 | 42 | 0 | 120 | 32 | 125 | 103 | 54 |
| Binary | 1111101 | 10111100 | 100101 | 100010 | 0 | 1010000 | 11010 | 1010101 | 1000011 | 101100 |
Color Harmonies of #7DBC25
Complementary color
Monochromatic Colors of #7DBC25
Black with #7DBC25
Text Example
Text Example
White with #7DBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC25; }
p { color: rgb(125,188,37); }
H1.HeaderClassName
{
color: #7DBC25;
}
.AnyTagClassName
{
color: #7DBC25;
}
</style>
background-color css
<style>
a { background-color: #7DBC25; }
a { background-color: rgb(125,188,37); }
div.DivClassName
{
background-color: #7DBC25;
}
.BgClassName
{
background-color: #7DBC25;
}
</style>
border-color css
<style>
span { border-color: #7DBC25; }
span { border-color: rgb(125,188,37); }
td.TdClassName
{
border-color: #7DBC25;
}
.TagClassName
{
border-color: #7DBC25;
}
</style>