Shades of Lima #7DBC00
Tints of Lima #7DBC00
RGB
CMYK
RGB Variations
Color information
#7DBC00 (or 0x7DBC00) is known color: Lima. HEX triplet: 7D, BC and 00. RGB value is (125,188,0). Sum of RGB (Red+Green+Blue) = 125+188+0=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC00 is #8243FF. Grayscale: #949494. Windows color (decimal): -8537088 or 48253. OLE color: 48253.
HSL color Cylindrical-coordinate representation of color #7DBC00: hue angle of 80.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7DBC00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.26 |
| HSL | 80.11º | 1% | 0.37% | - |
| HSV(B) | 80.11º | 1% | 0.74% | - |
| XYZ | 26.44 | 40.33 | 6.39 | - |
| YUV | 147.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 0 | 0.34 | 0 | 1 | 0.26 | 80.11 | 1 | 0.37 |
| Hex | 7D | BC | 0 | 22 | 0 | 64 | 1A | 50 | 64 | 25 |
| Octal | 175 | 274 | 0 | 42 | 0 | 144 | 32 | 120 | 144 | 45 |
| Binary | 1111101 | 10111100 | 0 | 100010 | 0 | 1100100 | 11010 | 1010000 | 1100100 | 100101 |
Color Harmonies of #7DBC00
Complementary color
Monochromatic Colors of #7DBC00
Black with #7DBC00
Text Example
Text Example
White with #7DBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC00; }
p { color: rgb(125,188,0); }
H1.HeaderClassName
{
color: #7DBC00;
}
.AnyTagClassName
{
color: #7DBC00;
}
</style>
background-color css
<style>
a { background-color: #7DBC00; }
a { background-color: rgb(125,188,0); }
div.DivClassName
{
background-color: #7DBC00;
}
.BgClassName
{
background-color: #7DBC00;
}
</style>
border-color css
<style>
span { border-color: #7DBC00; }
span { border-color: rgb(125,188,0); }
td.TdClassName
{
border-color: #7DBC00;
}
.TagClassName
{
border-color: #7DBC00;
}
</style>