Shades of Lima #73D31A
Tints of Lima #73D31A
RGB
CMYK
RGB Variations
Color information
#73D31A (or 0x73D31A) is known color: Lima. HEX triplet: 73, D3 and 1A. RGB value is (115,211,26). Sum of RGB (Red+Green+Blue) = 115+211+26=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #73D31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D31A is #8C2CE5. Grayscale: #A1A1A1. Windows color (decimal): -9186534 or 1758067. OLE color: 1758067.
HSL color Cylindrical-coordinate representation of color #73D31A: hue angle of 91.14º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73D31A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 26 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.17 |
| HSL | 91.14º | 0.78% | 0.46% | - |
| HSV(B) | 91.14º | 0.88% | 0.83% | - |
| XYZ | 30.55 | 50.31 | 9.08 | - |
| YUV | 161.21 | 51.7 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 26 | 0.45 | 0 | 0.88 | 0.17 | 91.14 | 0.78 | 0.46 |
| Hex | 73 | D3 | 1A | 2D | 0 | 58 | 11 | 5B | 4E | 2E |
| Octal | 163 | 323 | 32 | 55 | 0 | 130 | 21 | 133 | 116 | 56 |
| Binary | 1110011 | 11010011 | 11010 | 101101 | 0 | 1011000 | 10001 | 1011011 | 1001110 | 101110 |
Color Harmonies of #73D31A
Complementary color
Monochromatic Colors of #73D31A
Black with #73D31A
Text Example
Text Example
White with #73D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D31A; }
p { color: rgb(115,211,26); }
H1.HeaderClassName
{
color: #73D31A;
}
.AnyTagClassName
{
color: #73D31A;
}
</style>
background-color css
<style>
a { background-color: #73D31A; }
a { background-color: rgb(115,211,26); }
div.DivClassName
{
background-color: #73D31A;
}
.BgClassName
{
background-color: #73D31A;
}
</style>
border-color css
<style>
span { border-color: #73D31A; }
span { border-color: rgb(115,211,26); }
td.TdClassName
{
border-color: #73D31A;
}
.TagClassName
{
border-color: #73D31A;
}
</style>