Shades of Lima #73C82F
Tints of Lima #73C82F
RGB
CMYK
RGB Variations
Color information
#73C82F (or 0x73C82F) is known color: Lima. HEX triplet: 73, C8 and 2F. RGB value is (115,200,47). Sum of RGB (Red+Green+Blue) = 115+200+47=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #73C82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C82F is #8C37D0. Grayscale: #9D9D9D. Windows color (decimal): -9189329 or 3131507. OLE color: 3131507.
HSL color Cylindrical-coordinate representation of color #73C82F: hue angle of 93.33º 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 #73C82F is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 47 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.22 |
| HSL | 93.33º | 0.62% | 0.48% | - |
| HSV(B) | 93.33º | 0.77% | 0.78% | - |
| XYZ | 28.24 | 45.16 | 9.92 | - |
| YUV | 157.14 | 65.84 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 47 | 0.42 | 0 | 0.76 | 0.22 | 93.33 | 0.62 | 0.48 |
| Hex | 73 | C8 | 2F | 2A | 0 | 4C | 16 | 5D | 3E | 30 |
| Octal | 163 | 310 | 57 | 52 | 0 | 114 | 26 | 135 | 76 | 60 |
| Binary | 1110011 | 11001000 | 101111 | 101010 | 0 | 1001100 | 10110 | 1011101 | 111110 | 110000 |
Color Harmonies of #73C82F
Complementary color
Monochromatic Colors of #73C82F
Black with #73C82F
Text Example
Text Example
White with #73C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C82F; }
p { color: rgb(115,200,47); }
H1.HeaderClassName
{
color: #73C82F;
}
.AnyTagClassName
{
color: #73C82F;
}
</style>
background-color css
<style>
a { background-color: #73C82F; }
a { background-color: rgb(115,200,47); }
div.DivClassName
{
background-color: #73C82F;
}
.BgClassName
{
background-color: #73C82F;
}
</style>
border-color css
<style>
span { border-color: #73C82F; }
span { border-color: rgb(115,200,47); }
td.TdClassName
{
border-color: #73C82F;
}
.TagClassName
{
border-color: #73C82F;
}
</style>