Shades of Lima #73C62E
Tints of Lima #73C62E
RGB
CMYK
RGB Variations
Color information
#73C62E (or 0x73C62E) is known color: Lima. HEX triplet: 73, C6 and 2E. RGB value is (115,198,46). Sum of RGB (Red+Green+Blue) = 115+198+46=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #73C62E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C62E is #8C39D1. Grayscale: #9C9C9C. Windows color (decimal): -9189842 or 3065459. OLE color: 3065459.
HSL color Cylindrical-coordinate representation of color #73C62E: hue angle of 92.76º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73C62E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 46 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.22 |
| HSL | 92.76º | 0.62% | 0.48% | - |
| HSV(B) | 92.76º | 0.77% | 0.78% | - |
| XYZ | 27.76 | 44.23 | 9.66 | - |
| YUV | 155.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 46 | 0.42 | 0 | 0.77 | 0.22 | 92.76 | 0.62 | 0.48 |
| Hex | 73 | C6 | 2E | 2A | 0 | 4D | 16 | 5D | 3E | 30 |
| Octal | 163 | 306 | 56 | 52 | 0 | 115 | 26 | 135 | 76 | 60 |
| Binary | 1110011 | 11000110 | 101110 | 101010 | 0 | 1001101 | 10110 | 1011101 | 111110 | 110000 |
Color Harmonies of #73C62E
Complementary color
Monochromatic Colors of #73C62E
Black with #73C62E
Text Example
Text Example
White with #73C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C62E; }
p { color: rgb(115,198,46); }
H1.HeaderClassName
{
color: #73C62E;
}
.AnyTagClassName
{
color: #73C62E;
}
</style>
background-color css
<style>
a { background-color: #73C62E; }
a { background-color: rgb(115,198,46); }
div.DivClassName
{
background-color: #73C62E;
}
.BgClassName
{
background-color: #73C62E;
}
</style>
border-color css
<style>
span { border-color: #73C62E; }
span { border-color: rgb(115,198,46); }
td.TdClassName
{
border-color: #73C62E;
}
.TagClassName
{
border-color: #73C62E;
}
</style>