Shades of Lima #7DB01C
Tints of Lima #7DB01C
RGB
CMYK
RGB Variations
Color information
#7DB01C (or 0x7DB01C) is known color: Lima. HEX triplet: 7D, B0 and 1C. RGB value is (125,176,28). Sum of RGB (Red+Green+Blue) = 125+176+28=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB01C is #824FE3. Grayscale: #909090. Windows color (decimal): -8540132 or 1880189. OLE color: 1880189.
HSL color Cylindrical-coordinate representation of color #7DB01C: hue angle of 80.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DB01C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 28 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.31 |
| HSL | 80.68º | 0.73% | 0.4% | - |
| HSV(B) | 80.68º | 0.84% | 0.69% | - |
| XYZ | 24.19 | 35.49 | 6.67 | - |
| YUV | 143.88 | 62.6 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 28 | 0.29 | 0 | 0.84 | 0.31 | 80.68 | 0.73 | 0.4 |
| Hex | 7D | B0 | 1C | 1D | 0 | 54 | 1F | 51 | 49 | 28 |
| Octal | 175 | 260 | 34 | 35 | 0 | 124 | 37 | 121 | 111 | 50 |
| Binary | 1111101 | 10110000 | 11100 | 11101 | 0 | 1010100 | 11111 | 1010001 | 1001001 | 101000 |
Color Harmonies of #7DB01C
Complementary color
Monochromatic Colors of #7DB01C
Black with #7DB01C
Text Example
Text Example
White with #7DB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB01C; }
p { color: rgb(125,176,28); }
H1.HeaderClassName
{
color: #7DB01C;
}
.AnyTagClassName
{
color: #7DB01C;
}
</style>
background-color css
<style>
a { background-color: #7DB01C; }
a { background-color: rgb(125,176,28); }
div.DivClassName
{
background-color: #7DB01C;
}
.BgClassName
{
background-color: #7DB01C;
}
</style>
border-color css
<style>
span { border-color: #7DB01C; }
span { border-color: rgb(125,176,28); }
td.TdClassName
{
border-color: #7DB01C;
}
.TagClassName
{
border-color: #7DB01C;
}
</style>