Shades of Lima #73D121
Tints of Lima #73D121
RGB
CMYK
RGB Variations
Color information
#73D121 (or 0x73D121) is known color: Lima. HEX triplet: 73, D1 and 21. RGB value is (115,209,33). Sum of RGB (Red+Green+Blue) = 115+209+33=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 209 (82.03% from 255 or 58.54% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 209 - color contains mainly: green. Hex color #73D121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D121 is #8C2EDE. Grayscale: #A1A1A1. Windows color (decimal): -9187039 or 2216307. OLE color: 2216307.
HSL color Cylindrical-coordinate representation of color #73D121: hue angle of 92.05º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73D121 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 33 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.18 |
| HSL | 92.05º | 0.73% | 0.47% | - |
| HSV(B) | 92.05º | 0.84% | 0.82% | - |
| XYZ | 30.15 | 49.36 | 9.38 | - |
| YUV | 160.83 | 55.86 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 33 | 0.45 | 0 | 0.84 | 0.18 | 92.05 | 0.73 | 0.47 |
| Hex | 73 | D1 | 21 | 2D | 0 | 54 | 12 | 5C | 49 | 2F |
| Octal | 163 | 321 | 41 | 55 | 0 | 124 | 22 | 134 | 111 | 57 |
| Binary | 1110011 | 11010001 | 100001 | 101101 | 0 | 1010100 | 10010 | 1011100 | 1001001 | 101111 |
Color Harmonies of #73D121
Complementary color
Monochromatic Colors of #73D121
Black with #73D121
Text Example
Text Example
White with #73D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D121; }
p { color: rgb(115,209,33); }
H1.HeaderClassName
{
color: #73D121;
}
.AnyTagClassName
{
color: #73D121;
}
</style>
background-color css
<style>
a { background-color: #73D121; }
a { background-color: rgb(115,209,33); }
div.DivClassName
{
background-color: #73D121;
}
.BgClassName
{
background-color: #73D121;
}
</style>
border-color css
<style>
span { border-color: #73D121; }
span { border-color: rgb(115,209,33); }
td.TdClassName
{
border-color: #73D121;
}
.TagClassName
{
border-color: #73D121;
}
</style>