Shades of Lima #73BC2E
Tints of Lima #73BC2E
RGB
CMYK
RGB Variations
Color information
#73BC2E (or 0x73BC2E) is known color: Lima. HEX triplet: 73, BC and 2E. RGB value is (115,188,46). Sum of RGB (Red+Green+Blue) = 115+188+46=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC2E is #8C43D1. Grayscale: #969696. Windows color (decimal): -9192402 or 3062899. OLE color: 3062899.
HSL color Cylindrical-coordinate representation of color #73BC2E: hue angle of 90.85º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73BC2E is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 46 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.26 |
| HSL | 90.85º | 0.61% | 0.46% | - |
| HSV(B) | 90.85º | 0.76% | 0.74% | - |
| XYZ | 25.55 | 39.81 | 8.92 | - |
| YUV | 149.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 46 | 0.39 | 0 | 0.76 | 0.26 | 90.85 | 0.61 | 0.46 |
| Hex | 73 | BC | 2E | 27 | 0 | 4C | 1A | 5B | 3D | 2E |
| Octal | 163 | 274 | 56 | 47 | 0 | 114 | 32 | 133 | 75 | 56 |
| Binary | 1110011 | 10111100 | 101110 | 100111 | 0 | 1001100 | 11010 | 1011011 | 111101 | 101110 |
Color Harmonies of #73BC2E
Complementary color
Monochromatic Colors of #73BC2E
Black with #73BC2E
Text Example
Text Example
White with #73BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC2E; }
p { color: rgb(115,188,46); }
H1.HeaderClassName
{
color: #73BC2E;
}
.AnyTagClassName
{
color: #73BC2E;
}
</style>
background-color css
<style>
a { background-color: #73BC2E; }
a { background-color: rgb(115,188,46); }
div.DivClassName
{
background-color: #73BC2E;
}
.BgClassName
{
background-color: #73BC2E;
}
</style>
border-color css
<style>
span { border-color: #73BC2E; }
span { border-color: rgb(115,188,46); }
td.TdClassName
{
border-color: #73BC2E;
}
.TagClassName
{
border-color: #73BC2E;
}
</style>