Shades of Lima #7DC320
Tints of Lima #7DC320
RGB
CMYK
RGB Variations
Color information
#7DC320 (or 0x7DC320) is known color: Lima. HEX triplet: 7D, C3 and 20. RGB value is (125,195,32). Sum of RGB (Red+Green+Blue) = 125+195+32=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC320 is #823CDF. Grayscale: #9C9C9C. Windows color (decimal): -8535264 or 2147197. OLE color: 2147197.
HSL color Cylindrical-coordinate representation of color #7DC320: hue angle of 85.77º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DC320 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 32 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.24 |
| HSL | 85.77º | 0.72% | 0.45% | - |
| HSV(B) | 85.77º | 0.84% | 0.76% | - |
| XYZ | 28.23 | 43.49 | 8.27 | - |
| YUV | 155.49 | 58.31 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 32 | 0.36 | 0 | 0.84 | 0.24 | 85.77 | 0.72 | 0.45 |
| Hex | 7D | C3 | 20 | 24 | 0 | 54 | 18 | 56 | 48 | 2D |
| Octal | 175 | 303 | 40 | 44 | 0 | 124 | 30 | 126 | 110 | 55 |
| Binary | 1111101 | 11000011 | 100000 | 100100 | 0 | 1010100 | 11000 | 1010110 | 1001000 | 101101 |
Color Harmonies of #7DC320
Complementary color
Monochromatic Colors of #7DC320
Black with #7DC320
Text Example
Text Example
White with #7DC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC320; }
p { color: rgb(125,195,32); }
H1.HeaderClassName
{
color: #7DC320;
}
.AnyTagClassName
{
color: #7DC320;
}
</style>
background-color css
<style>
a { background-color: #7DC320; }
a { background-color: rgb(125,195,32); }
div.DivClassName
{
background-color: #7DC320;
}
.BgClassName
{
background-color: #7DC320;
}
</style>
border-color css
<style>
span { border-color: #7DC320; }
span { border-color: rgb(125,195,32); }
td.TdClassName
{
border-color: #7DC320;
}
.TagClassName
{
border-color: #7DC320;
}
</style>