Shades of Lima #73D31E
Tints of Lima #73D31E
RGB
CMYK
RGB Variations
Color information
#73D31E (or 0x73D31E) is known color: Lima. HEX triplet: 73, D3 and 1E. RGB value is (115,211,30). Sum of RGB (Red+Green+Blue) = 115+211+30=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #73D31E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D31E is #8C2CE1. Grayscale: #A2A2A2. Windows color (decimal): -9186530 or 2020211. OLE color: 2020211.
HSL color Cylindrical-coordinate representation of color #73D31E: hue angle of 91.82º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73D31E is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 30 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.17 |
| HSL | 91.82º | 0.75% | 0.47% | - |
| HSV(B) | 91.82º | 0.86% | 0.83% | - |
| XYZ | 30.6 | 50.33 | 9.33 | - |
| YUV | 161.66 | 53.7 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 30 | 0.45 | 0 | 0.86 | 0.17 | 91.82 | 0.75 | 0.47 |
| Hex | 73 | D3 | 1E | 2D | 0 | 56 | 11 | 5C | 4B | 2F |
| Octal | 163 | 323 | 36 | 55 | 0 | 126 | 21 | 134 | 113 | 57 |
| Binary | 1110011 | 11010011 | 11110 | 101101 | 0 | 1010110 | 10001 | 1011100 | 1001011 | 101111 |
Color Harmonies of #73D31E
Complementary color
Monochromatic Colors of #73D31E
Black with #73D31E
Text Example
Text Example
White with #73D31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D31E; }
p { color: rgb(115,211,30); }
H1.HeaderClassName
{
color: #73D31E;
}
.AnyTagClassName
{
color: #73D31E;
}
</style>
background-color css
<style>
a { background-color: #73D31E; }
a { background-color: rgb(115,211,30); }
div.DivClassName
{
background-color: #73D31E;
}
.BgClassName
{
background-color: #73D31E;
}
</style>
border-color css
<style>
span { border-color: #73D31E; }
span { border-color: rgb(115,211,30); }
td.TdClassName
{
border-color: #73D31E;
}
.TagClassName
{
border-color: #73D31E;
}
</style>