Shades of Lima #73C72E
Tints of Lima #73C72E
RGB
CMYK
RGB Variations
Color information
#73C72E (or 0x73C72E) is known color: Lima. HEX triplet: 73, C7 and 2E. RGB value is (115,199,46). Sum of RGB (Red+Green+Blue) = 115+199+46=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #73C72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C72E is #8C38D1. Grayscale: #9C9C9C. Windows color (decimal): -9189586 or 3065715. OLE color: 3065715.
HSL color Cylindrical-coordinate representation of color #73C72E: hue angle of 92.94º 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 #73C72E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 46 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.22 |
| HSL | 92.94º | 0.62% | 0.48% | - |
| HSV(B) | 92.94º | 0.77% | 0.78% | - |
| XYZ | 27.99 | 44.69 | 9.74 | - |
| YUV | 156.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 46 | 0.42 | 0 | 0.77 | 0.22 | 92.94 | 0.62 | 0.48 |
| Hex | 73 | C7 | 2E | 2A | 0 | 4D | 16 | 5D | 3E | 30 |
| Octal | 163 | 307 | 56 | 52 | 0 | 115 | 26 | 135 | 76 | 60 |
| Binary | 1110011 | 11000111 | 101110 | 101010 | 0 | 1001101 | 10110 | 1011101 | 111110 | 110000 |
Color Harmonies of #73C72E
Complementary color
Monochromatic Colors of #73C72E
Black with #73C72E
Text Example
Text Example
White with #73C72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C72E; }
p { color: rgb(115,199,46); }
H1.HeaderClassName
{
color: #73C72E;
}
.AnyTagClassName
{
color: #73C72E;
}
</style>
background-color css
<style>
a { background-color: #73C72E; }
a { background-color: rgb(115,199,46); }
div.DivClassName
{
background-color: #73C72E;
}
.BgClassName
{
background-color: #73C72E;
}
</style>
border-color css
<style>
span { border-color: #73C72E; }
span { border-color: rgb(115,199,46); }
td.TdClassName
{
border-color: #73C72E;
}
.TagClassName
{
border-color: #73C72E;
}
</style>