Shades of Lima #73D721
Tints of Lima #73D721
RGB
CMYK
RGB Variations
Color information
#73D721 (or 0x73D721) is known color: Lima. HEX triplet: 73, D7 and 21. RGB value is (115,215,33). Sum of RGB (Red+Green+Blue) = 115+215+33=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #73D721 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D721 is #8C28DE. Grayscale: #A4A4A4. Windows color (decimal): -9185503 or 2217843. OLE color: 2217843.
HSL color Cylindrical-coordinate representation of color #73D721: hue angle of 92.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73D721 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 33 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.16 |
| HSL | 92.97º | 0.73% | 0.49% | - |
| HSV(B) | 92.97º | 0.85% | 0.84% | - |
| XYZ | 31.65 | 52.36 | 9.88 | - |
| YUV | 164.35 | 53.87 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 33 | 0.47 | 0 | 0.85 | 0.16 | 92.97 | 0.73 | 0.49 |
| Hex | 73 | D7 | 21 | 2F | 0 | 55 | 10 | 5D | 49 | 31 |
| Octal | 163 | 327 | 41 | 57 | 0 | 125 | 20 | 135 | 111 | 61 |
| Binary | 1110011 | 11010111 | 100001 | 101111 | 0 | 1010101 | 10000 | 1011101 | 1001001 | 110001 |
Color Harmonies of #73D721
Complementary color
Monochromatic Colors of #73D721
Black with #73D721
Text Example
Text Example
White with #73D721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D721; }
p { color: rgb(115,215,33); }
H1.HeaderClassName
{
color: #73D721;
}
.AnyTagClassName
{
color: #73D721;
}
</style>
background-color css
<style>
a { background-color: #73D721; }
a { background-color: rgb(115,215,33); }
div.DivClassName
{
background-color: #73D721;
}
.BgClassName
{
background-color: #73D721;
}
</style>
border-color css
<style>
span { border-color: #73D721; }
span { border-color: rgb(115,215,33); }
td.TdClassName
{
border-color: #73D721;
}
.TagClassName
{
border-color: #73D721;
}
</style>