Shades of Lima #7DC32F
Tints of Lima #7DC32F
RGB
CMYK
RGB Variations
Color information
#7DC32F (or 0x7DC32F) is known color: Lima. HEX triplet: 7D, C3 and 2F. RGB value is (125,195,47). Sum of RGB (Red+Green+Blue) = 125+195+47=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC32F is #823CD0. Grayscale: #9D9D9D. Windows color (decimal): -8535249 or 3130237. OLE color: 3130237.
HSL color Cylindrical-coordinate representation of color #7DC32F: hue angle of 88.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DC32F is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 47 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.24 |
| HSL | 88.38º | 0.61% | 0.47% | - |
| HSV(B) | 88.38º | 0.76% | 0.76% | - |
| XYZ | 28.49 | 43.6 | 9.6 | - |
| YUV | 157.2 | 65.81 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 47 | 0.36 | 0 | 0.76 | 0.24 | 88.38 | 0.61 | 0.47 |
| Hex | 7D | C3 | 2F | 24 | 0 | 4C | 18 | 58 | 3D | 2F |
| Octal | 175 | 303 | 57 | 44 | 0 | 114 | 30 | 130 | 75 | 57 |
| Binary | 1111101 | 11000011 | 101111 | 100100 | 0 | 1001100 | 11000 | 1011000 | 111101 | 101111 |
Color Harmonies of #7DC32F
Complementary color
Monochromatic Colors of #7DC32F
Black with #7DC32F
Text Example
Text Example
White with #7DC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC32F; }
p { color: rgb(125,195,47); }
H1.HeaderClassName
{
color: #7DC32F;
}
.AnyTagClassName
{
color: #7DC32F;
}
</style>
background-color css
<style>
a { background-color: #7DC32F; }
a { background-color: rgb(125,195,47); }
div.DivClassName
{
background-color: #7DC32F;
}
.BgClassName
{
background-color: #7DC32F;
}
</style>
border-color css
<style>
span { border-color: #7DC32F; }
span { border-color: rgb(125,195,47); }
td.TdClassName
{
border-color: #7DC32F;
}
.TagClassName
{
border-color: #7DC32F;
}
</style>