Shades of Lima #7DC030
Tints of Lima #7DC030
RGB
CMYK
RGB Variations
Color information
#7DC030 (or 0x7DC030) is known color: Lima. HEX triplet: 7D, C0 and 30. RGB value is (125,192,48). Sum of RGB (Red+Green+Blue) = 125+192+48=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC030 is #823FCF. Grayscale: #9C9C9C. Windows color (decimal): -8536016 or 3195005. OLE color: 3195005.
HSL color Cylindrical-coordinate representation of color #7DC030: hue angle of 87.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DC030 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 48 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.25 |
| HSL | 87.92º | 0.6% | 0.47% | - |
| HSV(B) | 87.92º | 0.75% | 0.75% | - |
| XYZ | 27.84 | 42.27 | 9.49 | - |
| YUV | 155.55 | 67.3 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 48 | 0.35 | 0 | 0.75 | 0.25 | 87.92 | 0.6 | 0.47 |
| Hex | 7D | C0 | 30 | 23 | 0 | 4B | 19 | 58 | 3C | 2F |
| Octal | 175 | 300 | 60 | 43 | 0 | 113 | 31 | 130 | 74 | 57 |
| Binary | 1111101 | 11000000 | 110000 | 100011 | 0 | 1001011 | 11001 | 1011000 | 111100 | 101111 |
Color Harmonies of #7DC030
Complementary color
Monochromatic Colors of #7DC030
Black with #7DC030
Text Example
Text Example
White with #7DC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC030; }
p { color: rgb(125,192,48); }
H1.HeaderClassName
{
color: #7DC030;
}
.AnyTagClassName
{
color: #7DC030;
}
</style>
background-color css
<style>
a { background-color: #7DC030; }
a { background-color: rgb(125,192,48); }
div.DivClassName
{
background-color: #7DC030;
}
.BgClassName
{
background-color: #7DC030;
}
</style>
border-color css
<style>
span { border-color: #7DC030; }
span { border-color: rgb(125,192,48); }
td.TdClassName
{
border-color: #7DC030;
}
.TagClassName
{
border-color: #7DC030;
}
</style>