Shades of Lima #7DC819
Tints of Lima #7DC819
RGB
CMYK
RGB Variations
Color information
#7DC819 (or 0x7DC819) is known color: Lima. HEX triplet: 7D, C8 and 19. RGB value is (125,200,25). Sum of RGB (Red+Green+Blue) = 125+200+25=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC819 is #8237E6. Grayscale: #9E9E9E. Windows color (decimal): -8533991 or 1689725. OLE color: 1689725.
HSL color Cylindrical-coordinate representation of color #7DC819: hue angle of 85.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DC819 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 25 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.22 |
| HSL | 85.71º | 0.78% | 0.44% | - |
| HSV(B) | 85.71º | 0.88% | 0.78% | - |
| XYZ | 29.29 | 45.74 | 8.2 | - |
| YUV | 157.63 | 53.15 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 25 | 0.38 | 0 | 0.88 | 0.22 | 85.71 | 0.78 | 0.44 |
| Hex | 7D | C8 | 19 | 26 | 0 | 58 | 16 | 56 | 4E | 2C |
| Octal | 175 | 310 | 31 | 46 | 0 | 130 | 26 | 126 | 116 | 54 |
| Binary | 1111101 | 11001000 | 11001 | 100110 | 0 | 1011000 | 10110 | 1010110 | 1001110 | 101100 |
Color Harmonies of #7DC819
Complementary color
Monochromatic Colors of #7DC819
Black with #7DC819
Text Example
Text Example
White with #7DC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC819; }
p { color: rgb(125,200,25); }
H1.HeaderClassName
{
color: #7DC819;
}
.AnyTagClassName
{
color: #7DC819;
}
</style>
background-color css
<style>
a { background-color: #7DC819; }
a { background-color: rgb(125,200,25); }
div.DivClassName
{
background-color: #7DC819;
}
.BgClassName
{
background-color: #7DC819;
}
</style>
border-color css
<style>
span { border-color: #7DC819; }
span { border-color: rgb(125,200,25); }
td.TdClassName
{
border-color: #7DC819;
}
.TagClassName
{
border-color: #7DC819;
}
</style>