Shades of Lima #7DB30C
Tints of Lima #7DB30C
RGB
CMYK
RGB Variations
Color information
#7DB30C (or 0x7DB30C) is known color: Lima. HEX triplet: 7D, B3 and 0C. RGB value is (125,179,12). Sum of RGB (Red+Green+Blue) = 125+179+12=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB30C is #824CF3. Grayscale: #909090. Windows color (decimal): -8539380 or 832381. OLE color: 832381.
HSL color Cylindrical-coordinate representation of color #7DB30C: hue angle of 79.4º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DB30C is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 12 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.30 |
| HSL | 79.4º | 0.87% | 0.37% | - |
| HSV(B) | 79.4º | 0.93% | 0.7% | - |
| XYZ | 24.64 | 36.63 | 6.12 | - |
| YUV | 143.82 | 53.61 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 12 | 0.30 | 0 | 0.93 | 0.30 | 79.4 | 0.87 | 0.37 |
| Hex | 7D | B3 | C | 1E | 0 | 5D | 1E | 4F | 57 | 25 |
| Octal | 175 | 263 | 14 | 36 | 0 | 135 | 36 | 117 | 127 | 45 |
| Binary | 1111101 | 10110011 | 1100 | 11110 | 0 | 1011101 | 11110 | 1001111 | 1010111 | 100101 |
Color Harmonies of #7DB30C
Complementary color
Monochromatic Colors of #7DB30C
Black with #7DB30C
Text Example
Text Example
White with #7DB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB30C; }
p { color: rgb(125,179,12); }
H1.HeaderClassName
{
color: #7DB30C;
}
.AnyTagClassName
{
color: #7DB30C;
}
</style>
background-color css
<style>
a { background-color: #7DB30C; }
a { background-color: rgb(125,179,12); }
div.DivClassName
{
background-color: #7DB30C;
}
.BgClassName
{
background-color: #7DB30C;
}
</style>
border-color css
<style>
span { border-color: #7DB30C; }
span { border-color: rgb(125,179,12); }
td.TdClassName
{
border-color: #7DB30C;
}
.TagClassName
{
border-color: #7DB30C;
}
</style>