Shades of Lima #73C530
Tints of Lima #73C530
RGB
CMYK
RGB Variations
Color information
#73C530 (or 0x73C530) is known color: Lima. HEX triplet: 73, C5 and 30. RGB value is (115,197,48). Sum of RGB (Red+Green+Blue) = 115+197+48=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #73C530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C530 is #8C3ACF. Grayscale: #9C9C9C. Windows color (decimal): -9190096 or 3196275. OLE color: 3196275.
HSL color Cylindrical-coordinate representation of color #73C530: hue angle of 93.02º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73C530 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 197 | 48 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.23 |
| HSL | 93.02º | 0.61% | 0.48% | - |
| HSV(B) | 93.02º | 0.76% | 0.77% | - |
| XYZ | 27.57 | 43.79 | 9.8 | - |
| YUV | 155.5 | 67.33 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 197 | 48 | 0.42 | 0 | 0.76 | 0.23 | 93.02 | 0.61 | 0.48 |
| Hex | 73 | C5 | 30 | 2A | 0 | 4C | 17 | 5D | 3D | 30 |
| Octal | 163 | 305 | 60 | 52 | 0 | 114 | 27 | 135 | 75 | 60 |
| Binary | 1110011 | 11000101 | 110000 | 101010 | 0 | 1001100 | 10111 | 1011101 | 111101 | 110000 |
Color Harmonies of #73C530
Complementary color
Monochromatic Colors of #73C530
Black with #73C530
Text Example
Text Example
White with #73C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C530; }
p { color: rgb(115,197,48); }
H1.HeaderClassName
{
color: #73C530;
}
.AnyTagClassName
{
color: #73C530;
}
</style>
background-color css
<style>
a { background-color: #73C530; }
a { background-color: rgb(115,197,48); }
div.DivClassName
{
background-color: #73C530;
}
.BgClassName
{
background-color: #73C530;
}
</style>
border-color css
<style>
span { border-color: #73C530; }
span { border-color: rgb(115,197,48); }
td.TdClassName
{
border-color: #73C530;
}
.TagClassName
{
border-color: #73C530;
}
</style>