Shades of Lima #73C130
Tints of Lima #73C130
RGB
CMYK
RGB Variations
Color information
#73C130 (or 0x73C130) is known color: Lima. HEX triplet: 73, C1 and 30. RGB value is (115,193,48). Sum of RGB (Red+Green+Blue) = 115+193+48=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #73C130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C130 is #8C3ECF. Grayscale: #999999. Windows color (decimal): -9191120 or 3195251. OLE color: 3195251.
HSL color Cylindrical-coordinate representation of color #73C130: hue angle of 92.28º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73C130 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 48 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.24 |
| HSL | 92.28º | 0.6% | 0.47% | - |
| HSV(B) | 92.28º | 0.75% | 0.76% | - |
| XYZ | 26.67 | 42 | 9.5 | - |
| YUV | 153.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 48 | 0.40 | 0 | 0.75 | 0.24 | 92.28 | 0.6 | 0.47 |
| Hex | 73 | C1 | 30 | 28 | 0 | 4B | 18 | 5C | 3C | 2F |
| Octal | 163 | 301 | 60 | 50 | 0 | 113 | 30 | 134 | 74 | 57 |
| Binary | 1110011 | 11000001 | 110000 | 101000 | 0 | 1001011 | 11000 | 1011100 | 111100 | 101111 |
Color Harmonies of #73C130
Complementary color
Monochromatic Colors of #73C130
Black with #73C130
Text Example
Text Example
White with #73C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C130; }
p { color: rgb(115,193,48); }
H1.HeaderClassName
{
color: #73C130;
}
.AnyTagClassName
{
color: #73C130;
}
</style>
background-color css
<style>
a { background-color: #73C130; }
a { background-color: rgb(115,193,48); }
div.DivClassName
{
background-color: #73C130;
}
.BgClassName
{
background-color: #73C130;
}
</style>
border-color css
<style>
span { border-color: #73C130; }
span { border-color: rgb(115,193,48); }
td.TdClassName
{
border-color: #73C130;
}
.TagClassName
{
border-color: #73C130;
}
</style>