Shades of Lima #73C929
Tints of Lima #73C929
RGB
CMYK
RGB Variations
Color information
#73C929 (or 0x73C929) is known color: Lima. HEX triplet: 73, C9 and 29. RGB value is (115,201,41). Sum of RGB (Red+Green+Blue) = 115+201+41=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #73C929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C929 is #8C36D6. Grayscale: #9D9D9D. Windows color (decimal): -9189079 or 2738547. OLE color: 2738547.
HSL color Cylindrical-coordinate representation of color #73C929: hue angle of 92.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73C929 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 41 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.21 |
| HSL | 92.25º | 0.66% | 0.47% | - |
| HSV(B) | 92.25º | 0.8% | 0.79% | - |
| XYZ | 28.36 | 45.58 | 9.4 | - |
| YUV | 157.05 | 62.51 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 41 | 0.43 | 0 | 0.80 | 0.21 | 92.25 | 0.66 | 0.47 |
| Hex | 73 | C9 | 29 | 2B | 0 | 50 | 15 | 5C | 42 | 2F |
| Octal | 163 | 311 | 51 | 53 | 0 | 120 | 25 | 134 | 102 | 57 |
| Binary | 1110011 | 11001001 | 101001 | 101011 | 0 | 1010000 | 10101 | 1011100 | 1000010 | 101111 |
Color Harmonies of #73C929
Complementary color
Monochromatic Colors of #73C929
Black with #73C929
Text Example
Text Example
White with #73C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C929; }
p { color: rgb(115,201,41); }
H1.HeaderClassName
{
color: #73C929;
}
.AnyTagClassName
{
color: #73C929;
}
</style>
background-color css
<style>
a { background-color: #73C929; }
a { background-color: rgb(115,201,41); }
div.DivClassName
{
background-color: #73C929;
}
.BgClassName
{
background-color: #73C929;
}
</style>
border-color css
<style>
span { border-color: #73C929; }
span { border-color: rgb(115,201,41); }
td.TdClassName
{
border-color: #73C929;
}
.TagClassName
{
border-color: #73C929;
}
</style>