Shades of Lima #7DC919
Tints of Lima #7DC919
RGB
CMYK
RGB Variations
Color information
#7DC919 (or 0x7DC919) is known color: Lima. HEX triplet: 7D, C9 and 19. RGB value is (125,201,25). Sum of RGB (Red+Green+Blue) = 125+201+25=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC919 is #8236E6. Grayscale: #9E9E9E. Windows color (decimal): -8533735 or 1689981. OLE color: 1689981.
HSL color Cylindrical-coordinate representation of color #7DC919: hue angle of 85.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DC919 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 25 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.21 |
| HSL | 85.91º | 0.78% | 0.44% | - |
| HSV(B) | 85.91º | 0.88% | 0.79% | - |
| XYZ | 29.52 | 46.2 | 8.28 | - |
| YUV | 158.21 | 52.82 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 25 | 0.38 | 0 | 0.88 | 0.21 | 85.91 | 0.78 | 0.44 |
| Hex | 7D | C9 | 19 | 26 | 0 | 58 | 15 | 56 | 4E | 2C |
| Octal | 175 | 311 | 31 | 46 | 0 | 130 | 25 | 126 | 116 | 54 |
| Binary | 1111101 | 11001001 | 11001 | 100110 | 0 | 1011000 | 10101 | 1010110 | 1001110 | 101100 |
Color Harmonies of #7DC919
Complementary color
Monochromatic Colors of #7DC919
Black with #7DC919
Text Example
Text Example
White with #7DC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC919; }
p { color: rgb(125,201,25); }
H1.HeaderClassName
{
color: #7DC919;
}
.AnyTagClassName
{
color: #7DC919;
}
</style>
background-color css
<style>
a { background-color: #7DC919; }
a { background-color: rgb(125,201,25); }
div.DivClassName
{
background-color: #7DC919;
}
.BgClassName
{
background-color: #7DC919;
}
</style>
border-color css
<style>
span { border-color: #7DC919; }
span { border-color: rgb(125,201,25); }
td.TdClassName
{
border-color: #7DC919;
}
.TagClassName
{
border-color: #7DC919;
}
</style>