Shades of Lima #73C92D
Tints of Lima #73C92D
RGB
CMYK
RGB Variations
Color information
#73C92D (or 0x73C92D) is known color: Lima. HEX triplet: 73, C9 and 2D. RGB value is (115,201,45). Sum of RGB (Red+Green+Blue) = 115+201+45=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #73C92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C92D is #8C36D2. Grayscale: #9E9E9E. Windows color (decimal): -9189075 or 3000691. OLE color: 3000691.
HSL color Cylindrical-coordinate representation of color #73C92D: hue angle of 93.08º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73C92D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 45 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.21 |
| HSL | 93.08º | 0.63% | 0.48% | - |
| HSV(B) | 93.08º | 0.78% | 0.79% | - |
| XYZ | 28.43 | 45.61 | 9.79 | - |
| YUV | 157.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 45 | 0.43 | 0 | 0.78 | 0.21 | 93.08 | 0.63 | 0.48 |
| Hex | 73 | C9 | 2D | 2B | 0 | 4E | 15 | 5D | 3F | 30 |
| Octal | 163 | 311 | 55 | 53 | 0 | 116 | 25 | 135 | 77 | 60 |
| Binary | 1110011 | 11001001 | 101101 | 101011 | 0 | 1001110 | 10101 | 1011101 | 111111 | 110000 |
Color Harmonies of #73C92D
Complementary color
Monochromatic Colors of #73C92D
Black with #73C92D
Text Example
Text Example
White with #73C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C92D; }
p { color: rgb(115,201,45); }
H1.HeaderClassName
{
color: #73C92D;
}
.AnyTagClassName
{
color: #73C92D;
}
</style>
background-color css
<style>
a { background-color: #73C92D; }
a { background-color: rgb(115,201,45); }
div.DivClassName
{
background-color: #73C92D;
}
.BgClassName
{
background-color: #73C92D;
}
</style>
border-color css
<style>
span { border-color: #73C92D; }
span { border-color: rgb(115,201,45); }
td.TdClassName
{
border-color: #73C92D;
}
.TagClassName
{
border-color: #73C92D;
}
</style>