Shades of Lima #7DB01B
Tints of Lima #7DB01B
RGB
CMYK
RGB Variations
Color information
#7DB01B (or 0x7DB01B) is known color: Lima. HEX triplet: 7D, B0 and 1B. RGB value is (125,176,27). Sum of RGB (Red+Green+Blue) = 125+176+27=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB01B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB01B is #824FE4. Grayscale: #909090. Windows color (decimal): -8540133 or 1814653. OLE color: 1814653.
HSL color Cylindrical-coordinate representation of color #7DB01B: hue angle of 80.54º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DB01B is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 27 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.31 |
| HSL | 80.54º | 0.73% | 0.4% | - |
| HSV(B) | 80.54º | 0.85% | 0.69% | - |
| XYZ | 24.18 | 35.49 | 6.61 | - |
| YUV | 143.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 27 | 0.29 | 0 | 0.85 | 0.31 | 80.54 | 0.73 | 0.4 |
| Hex | 7D | B0 | 1B | 1D | 0 | 55 | 1F | 51 | 49 | 28 |
| Octal | 175 | 260 | 33 | 35 | 0 | 125 | 37 | 121 | 111 | 50 |
| Binary | 1111101 | 10110000 | 11011 | 11101 | 0 | 1010101 | 11111 | 1010001 | 1001001 | 101000 |
Color Harmonies of #7DB01B
Complementary color
Monochromatic Colors of #7DB01B
Black with #7DB01B
Text Example
Text Example
White with #7DB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB01B; }
p { color: rgb(125,176,27); }
H1.HeaderClassName
{
color: #7DB01B;
}
.AnyTagClassName
{
color: #7DB01B;
}
</style>
background-color css
<style>
a { background-color: #7DB01B; }
a { background-color: rgb(125,176,27); }
div.DivClassName
{
background-color: #7DB01B;
}
.BgClassName
{
background-color: #7DB01B;
}
</style>
border-color css
<style>
span { border-color: #7DB01B; }
span { border-color: rgb(125,176,27); }
td.TdClassName
{
border-color: #7DB01B;
}
.TagClassName
{
border-color: #7DB01B;
}
</style>