Shades of Lima #7DBC08
Tints of Lima #7DBC08
RGB
CMYK
RGB Variations
Color information
#7DBC08 (or 0x7DBC08) is known color: Lima. HEX triplet: 7D, BC and 08. RGB value is (125,188,8). Sum of RGB (Red+Green+Blue) = 125+188+8=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC08 is #8243F7. Grayscale: #959595. Windows color (decimal): -8537080 or 572541. OLE color: 572541.
HSL color Cylindrical-coordinate representation of color #7DBC08: hue angle of 81º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DBC08 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 8 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.26 |
| HSL | 81º | 0.92% | 0.38% | - |
| HSV(B) | 81º | 0.96% | 0.74% | - |
| XYZ | 26.48 | 40.34 | 6.62 | - |
| YUV | 148.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 8 | 0.34 | 0 | 0.96 | 0.26 | 81 | 0.92 | 0.38 |
| Hex | 7D | BC | 8 | 22 | 0 | 60 | 1A | 51 | 5C | 26 |
| Octal | 175 | 274 | 10 | 42 | 0 | 140 | 32 | 121 | 134 | 46 |
| Binary | 1111101 | 10111100 | 1000 | 100010 | 0 | 1100000 | 11010 | 1010001 | 1011100 | 100110 |
Color Harmonies of #7DBC08
Complementary color
Monochromatic Colors of #7DBC08
Black with #7DBC08
Text Example
Text Example
White with #7DBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC08; }
p { color: rgb(125,188,8); }
H1.HeaderClassName
{
color: #7DBC08;
}
.AnyTagClassName
{
color: #7DBC08;
}
</style>
background-color css
<style>
a { background-color: #7DBC08; }
a { background-color: rgb(125,188,8); }
div.DivClassName
{
background-color: #7DBC08;
}
.BgClassName
{
background-color: #7DBC08;
}
</style>
border-color css
<style>
span { border-color: #7DBC08; }
span { border-color: rgb(125,188,8); }
td.TdClassName
{
border-color: #7DBC08;
}
.TagClassName
{
border-color: #7DBC08;
}
</style>