Shades of Lima #73BD2F
Tints of Lima #73BD2F
RGB
CMYK
RGB Variations
Color information
#73BD2F (or 0x73BD2F) is known color: Lima. HEX triplet: 73, BD and 2F. RGB value is (115,189,47). Sum of RGB (Red+Green+Blue) = 115+189+47=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD2F is #8C42D0. Grayscale: #979797. Windows color (decimal): -9192145 or 3128691. OLE color: 3128691.
HSL color Cylindrical-coordinate representation of color #73BD2F: hue angle of 91.27º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73BD2F is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 47 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.26 |
| HSL | 91.27º | 0.6% | 0.46% | - |
| HSV(B) | 91.27º | 0.75% | 0.74% | - |
| XYZ | 25.78 | 40.25 | 9.1 | - |
| YUV | 150.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 47 | 0.39 | 0 | 0.75 | 0.26 | 91.27 | 0.6 | 0.46 |
| Hex | 73 | BD | 2F | 27 | 0 | 4B | 1A | 5B | 3C | 2E |
| Octal | 163 | 275 | 57 | 47 | 0 | 113 | 32 | 133 | 74 | 56 |
| Binary | 1110011 | 10111101 | 101111 | 100111 | 0 | 1001011 | 11010 | 1011011 | 111100 | 101110 |
Color Harmonies of #73BD2F
Complementary color
Monochromatic Colors of #73BD2F
Black with #73BD2F
Text Example
Text Example
White with #73BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD2F; }
p { color: rgb(115,189,47); }
H1.HeaderClassName
{
color: #73BD2F;
}
.AnyTagClassName
{
color: #73BD2F;
}
</style>
background-color css
<style>
a { background-color: #73BD2F; }
a { background-color: rgb(115,189,47); }
div.DivClassName
{
background-color: #73BD2F;
}
.BgClassName
{
background-color: #73BD2F;
}
</style>
border-color css
<style>
span { border-color: #73BD2F; }
span { border-color: rgb(115,189,47); }
td.TdClassName
{
border-color: #73BD2F;
}
.TagClassName
{
border-color: #73BD2F;
}
</style>