Shades of Lima #7DC02F
Tints of Lima #7DC02F
RGB
CMYK
RGB Variations
Color information
#7DC02F (or 0x7DC02F) is known color: Lima. HEX triplet: 7D, C0 and 2F. RGB value is (125,192,47). Sum of RGB (Red+Green+Blue) = 125+192+47=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC02F is #823FD0. Grayscale: #9B9B9B. Windows color (decimal): -8536017 or 3129469. OLE color: 3129469.
HSL color Cylindrical-coordinate representation of color #7DC02F: hue angle of 87.72º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DC02F is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 47 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.25 |
| HSL | 87.72º | 0.61% | 0.47% | - |
| HSV(B) | 87.72º | 0.76% | 0.75% | - |
| XYZ | 27.82 | 42.26 | 9.38 | - |
| YUV | 155.44 | 66.8 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 47 | 0.35 | 0 | 0.76 | 0.25 | 87.72 | 0.61 | 0.47 |
| Hex | 7D | C0 | 2F | 23 | 0 | 4C | 19 | 58 | 3D | 2F |
| Octal | 175 | 300 | 57 | 43 | 0 | 114 | 31 | 130 | 75 | 57 |
| Binary | 1111101 | 11000000 | 101111 | 100011 | 0 | 1001100 | 11001 | 1011000 | 111101 | 101111 |
Color Harmonies of #7DC02F
Complementary color
Monochromatic Colors of #7DC02F
Black with #7DC02F
Text Example
Text Example
White with #7DC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC02F; }
p { color: rgb(125,192,47); }
H1.HeaderClassName
{
color: #7DC02F;
}
.AnyTagClassName
{
color: #7DC02F;
}
</style>
background-color css
<style>
a { background-color: #7DC02F; }
a { background-color: rgb(125,192,47); }
div.DivClassName
{
background-color: #7DC02F;
}
.BgClassName
{
background-color: #7DC02F;
}
</style>
border-color css
<style>
span { border-color: #7DC02F; }
span { border-color: rgb(125,192,47); }
td.TdClassName
{
border-color: #7DC02F;
}
.TagClassName
{
border-color: #7DC02F;
}
</style>