Shades of Lima #73D22C
Tints of Lima #73D22C
RGB
CMYK
RGB Variations
Color information
#73D22C (or 0x73D22C) is known color: Lima. HEX triplet: 73, D2 and 2C. RGB value is (115,210,44). Sum of RGB (Red+Green+Blue) = 115+210+44=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #73D22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D22C is #8C2DD3. Grayscale: #A3A3A3. Windows color (decimal): -9186772 or 2937459. OLE color: 2937459.
HSL color Cylindrical-coordinate representation of color #73D22C: hue angle of 94.34º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73D22C is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 44 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.18 |
| HSL | 94.34º | 0.65% | 0.5% | - |
| HSV(B) | 94.34º | 0.79% | 0.82% | - |
| XYZ | 30.57 | 49.92 | 10.41 | - |
| YUV | 162.67 | 61.03 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 44 | 0.45 | 0 | 0.79 | 0.18 | 94.34 | 0.65 | 0.5 |
| Hex | 73 | D2 | 2C | 2D | 0 | 4F | 12 | 5E | 41 | 32 |
| Octal | 163 | 322 | 54 | 55 | 0 | 117 | 22 | 136 | 101 | 62 |
| Binary | 1110011 | 11010010 | 101100 | 101101 | 0 | 1001111 | 10010 | 1011110 | 1000001 | 110010 |
Color Harmonies of #73D22C
Complementary color
Monochromatic Colors of #73D22C
Black with #73D22C
Text Example
Text Example
White with #73D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D22C; }
p { color: rgb(115,210,44); }
H1.HeaderClassName
{
color: #73D22C;
}
.AnyTagClassName
{
color: #73D22C;
}
</style>
background-color css
<style>
a { background-color: #73D22C; }
a { background-color: rgb(115,210,44); }
div.DivClassName
{
background-color: #73D22C;
}
.BgClassName
{
background-color: #73D22C;
}
</style>
border-color css
<style>
span { border-color: #73D22C; }
span { border-color: rgb(115,210,44); }
td.TdClassName
{
border-color: #73D22C;
}
.TagClassName
{
border-color: #73D22C;
}
</style>