Shades of Lima #73C630
Tints of Lima #73C630
RGB
CMYK
RGB Variations
Color information
#73C630 (or 0x73C630) is known color: Lima. HEX triplet: 73, C6 and 30. RGB value is (115,198,48). Sum of RGB (Red+Green+Blue) = 115+198+48=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #73C630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C630 is #8C39CF. Grayscale: #9C9C9C. Windows color (decimal): -9189840 or 3196531. OLE color: 3196531.
HSL color Cylindrical-coordinate representation of color #73C630: hue angle of 93.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73C630 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 48 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 93.2º | 0.61% | 0.48% | - |
| HSV(B) | 93.2º | 0.76% | 0.78% | - |
| XYZ | 27.8 | 44.25 | 9.87 | - |
| YUV | 156.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 48 | 0.42 | 0 | 0.76 | 0.22 | 93.2 | 0.61 | 0.48 |
| Hex | 73 | C6 | 30 | 2A | 0 | 4C | 16 | 5D | 3D | 30 |
| Octal | 163 | 306 | 60 | 52 | 0 | 114 | 26 | 135 | 75 | 60 |
| Binary | 1110011 | 11000110 | 110000 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111101 | 110000 |
Color Harmonies of #73C630
Complementary color
Monochromatic Colors of #73C630
Black with #73C630
Text Example
Text Example
White with #73C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C630; }
p { color: rgb(115,198,48); }
H1.HeaderClassName
{
color: #73C630;
}
.AnyTagClassName
{
color: #73C630;
}
</style>
background-color css
<style>
a { background-color: #73C630; }
a { background-color: rgb(115,198,48); }
div.DivClassName
{
background-color: #73C630;
}
.BgClassName
{
background-color: #73C630;
}
</style>
border-color css
<style>
span { border-color: #73C630; }
span { border-color: rgb(115,198,48); }
td.TdClassName
{
border-color: #73C630;
}
.TagClassName
{
border-color: #73C630;
}
</style>