Shades of Lima #73C11E
Tints of Lima #73C11E
RGB
CMYK
RGB Variations
Color information
#73C11E (or 0x73C11E) is known color: Lima. HEX triplet: 73, C1 and 1E. RGB value is (115,193,30). Sum of RGB (Red+Green+Blue) = 115+193+30=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #73C11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C11E is #8C3EE1. Grayscale: #979797. Windows color (decimal): -9191138 or 2015603. OLE color: 2015603.
HSL color Cylindrical-coordinate representation of color #73C11E: hue angle of 88.71º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73C11E is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 30 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.24 |
| HSL | 88.71º | 0.73% | 0.44% | - |
| HSV(B) | 88.71º | 0.84% | 0.76% | - |
| XYZ | 26.37 | 41.88 | 7.92 | - |
| YUV | 151.1 | 59.66 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 30 | 0.40 | 0 | 0.84 | 0.24 | 88.71 | 0.73 | 0.44 |
| Hex | 73 | C1 | 1E | 28 | 0 | 54 | 18 | 59 | 49 | 2C |
| Octal | 163 | 301 | 36 | 50 | 0 | 124 | 30 | 131 | 111 | 54 |
| Binary | 1110011 | 11000001 | 11110 | 101000 | 0 | 1010100 | 11000 | 1011001 | 1001001 | 101100 |
Color Harmonies of #73C11E
Complementary color
Monochromatic Colors of #73C11E
Black with #73C11E
Text Example
Text Example
White with #73C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C11E; }
p { color: rgb(115,193,30); }
H1.HeaderClassName
{
color: #73C11E;
}
.AnyTagClassName
{
color: #73C11E;
}
</style>
background-color css
<style>
a { background-color: #73C11E; }
a { background-color: rgb(115,193,30); }
div.DivClassName
{
background-color: #73C11E;
}
.BgClassName
{
background-color: #73C11E;
}
</style>
border-color css
<style>
span { border-color: #73C11E; }
span { border-color: rgb(115,193,30); }
td.TdClassName
{
border-color: #73C11E;
}
.TagClassName
{
border-color: #73C11E;
}
</style>