Shades of Lima #73C72F
Tints of Lima #73C72F
RGB
CMYK
RGB Variations
Color information
#73C72F (or 0x73C72F) is known color: Lima. HEX triplet: 73, C7 and 2F. RGB value is (115,199,47). Sum of RGB (Red+Green+Blue) = 115+199+47=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #73C72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C72F is #8C38D0. Grayscale: #9D9D9D. Windows color (decimal): -9189585 or 3131251. OLE color: 3131251.
HSL color Cylindrical-coordinate representation of color #73C72F: hue angle of 93.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73C72F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 199 | 47 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 93.16º | 0.62% | 0.48% | - |
| HSV(B) | 93.16º | 0.76% | 0.78% | - |
| XYZ | 28.01 | 44.7 | 9.84 | - |
| YUV | 156.56 | 66.17 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 47 | 0.42 | 0 | 0.76 | 0.22 | 93.16 | 0.62 | 0.48 |
| Hex | 73 | C7 | 2F | 2A | 0 | 4C | 16 | 5D | 3E | 30 |
| Octal | 163 | 307 | 57 | 52 | 0 | 114 | 26 | 135 | 76 | 60 |
| Binary | 1110011 | 11000111 | 101111 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111110 | 110000 |
Color Harmonies of #73C72F
Complementary color
Monochromatic Colors of #73C72F
Black with #73C72F
Text Example
Text Example
White with #73C72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C72F; }
p { color: rgb(115,199,47); }
H1.HeaderClassName
{
color: #73C72F;
}
.AnyTagClassName
{
color: #73C72F;
}
</style>
background-color css
<style>
a { background-color: #73C72F; }
a { background-color: rgb(115,199,47); }
div.DivClassName
{
background-color: #73C72F;
}
.BgClassName
{
background-color: #73C72F;
}
</style>
border-color css
<style>
span { border-color: #73C72F; }
span { border-color: rgb(115,199,47); }
td.TdClassName
{
border-color: #73C72F;
}
.TagClassName
{
border-color: #73C72F;
}
</style>