Shades of Lima #73D821
Tints of Lima #73D821
RGB
CMYK
RGB Variations
Color information
#73D821 (or 0x73D821) is known color: Lima. HEX triplet: 73, D8 and 21. RGB value is (115,216,33). Sum of RGB (Red+Green+Blue) = 115+216+33=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #73D821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D821 is #8C27DE. Grayscale: #A5A5A5. Windows color (decimal): -9185247 or 2218099. OLE color: 2218099.
HSL color Cylindrical-coordinate representation of color #73D821: hue angle of 93.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73D821 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 33 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.15 |
| HSL | 93.11º | 0.73% | 0.49% | - |
| HSV(B) | 93.11º | 0.85% | 0.85% | - |
| XYZ | 31.9 | 52.87 | 9.96 | - |
| YUV | 164.94 | 53.54 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 33 | 0.47 | 0 | 0.85 | 0.15 | 93.11 | 0.73 | 0.49 |
| Hex | 73 | D8 | 21 | 2F | 0 | 55 | F | 5D | 49 | 31 |
| Octal | 163 | 330 | 41 | 57 | 0 | 125 | 17 | 135 | 111 | 61 |
| Binary | 1110011 | 11011000 | 100001 | 101111 | 0 | 1010101 | 1111 | 1011101 | 1001001 | 110001 |
Color Harmonies of #73D821
Complementary color
Monochromatic Colors of #73D821
Black with #73D821
Text Example
Text Example
White with #73D821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D821; }
p { color: rgb(115,216,33); }
H1.HeaderClassName
{
color: #73D821;
}
.AnyTagClassName
{
color: #73D821;
}
</style>
background-color css
<style>
a { background-color: #73D821; }
a { background-color: rgb(115,216,33); }
div.DivClassName
{
background-color: #73D821;
}
.BgClassName
{
background-color: #73D821;
}
</style>
border-color css
<style>
span { border-color: #73D821; }
span { border-color: rgb(115,216,33); }
td.TdClassName
{
border-color: #73D821;
}
.TagClassName
{
border-color: #73D821;
}
</style>