Shades of Lima #7DC033
Tints of Lima #7DC033
RGB
CMYK
RGB Variations
Color information
#7DC033 (or 0x7DC033) is known color: Lima. HEX triplet: 7D, C0 and 33. RGB value is (125,192,51). Sum of RGB (Red+Green+Blue) = 125+192+51=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC033 is #823FCC. Grayscale: #9C9C9C. Windows color (decimal): -8536013 or 3391613. OLE color: 3391613.
HSL color Cylindrical-coordinate representation of color #7DC033: hue angle of 88.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DC033 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 51 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.25 |
| HSL | 88.51º | 0.58% | 0.48% | - |
| HSV(B) | 88.51º | 0.73% | 0.75% | - |
| XYZ | 27.9 | 42.3 | 9.83 | - |
| YUV | 155.89 | 68.8 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 51 | 0.35 | 0 | 0.73 | 0.25 | 88.51 | 0.58 | 0.48 |
| Hex | 7D | C0 | 33 | 23 | 0 | 49 | 19 | 59 | 3A | 30 |
| Octal | 175 | 300 | 63 | 43 | 0 | 111 | 31 | 131 | 72 | 60 |
| Binary | 1111101 | 11000000 | 110011 | 100011 | 0 | 1001001 | 11001 | 1011001 | 111010 | 110000 |
Color Harmonies of #7DC033
Complementary color
Monochromatic Colors of #7DC033
Black with #7DC033
Text Example
Text Example
White with #7DC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC033; }
p { color: rgb(125,192,51); }
H1.HeaderClassName
{
color: #7DC033;
}
.AnyTagClassName
{
color: #7DC033;
}
</style>
background-color css
<style>
a { background-color: #7DC033; }
a { background-color: rgb(125,192,51); }
div.DivClassName
{
background-color: #7DC033;
}
.BgClassName
{
background-color: #7DC033;
}
</style>
border-color css
<style>
span { border-color: #7DC033; }
span { border-color: rgb(125,192,51); }
td.TdClassName
{
border-color: #7DC033;
}
.TagClassName
{
border-color: #7DC033;
}
</style>