Shades of Lima #73C629
Tints of Lima #73C629
RGB
CMYK
RGB Variations
Color information
#73C629 (or 0x73C629) is known color: Lima. HEX triplet: 73, C6 and 29. RGB value is (115,198,41). Sum of RGB (Red+Green+Blue) = 115+198+41=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #73C629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C629 is #8C39D6. Grayscale: #9B9B9B. Windows color (decimal): -9189847 or 2737779. OLE color: 2737779.
HSL color Cylindrical-coordinate representation of color #73C629: hue angle of 91.72º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73C629 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 41 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.22 |
| HSL | 91.72º | 0.66% | 0.47% | - |
| HSV(B) | 91.72º | 0.79% | 0.78% | - |
| XYZ | 27.66 | 44.19 | 9.17 | - |
| YUV | 155.29 | 63.5 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 41 | 0.42 | 0 | 0.79 | 0.22 | 91.72 | 0.66 | 0.47 |
| Hex | 73 | C6 | 29 | 2A | 0 | 4F | 16 | 5C | 42 | 2F |
| Octal | 163 | 306 | 51 | 52 | 0 | 117 | 26 | 134 | 102 | 57 |
| Binary | 1110011 | 11000110 | 101001 | 101010 | 0 | 1001111 | 10110 | 1011100 | 1000010 | 101111 |
Color Harmonies of #73C629
Complementary color
Monochromatic Colors of #73C629
Black with #73C629
Text Example
Text Example
White with #73C629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C629; }
p { color: rgb(115,198,41); }
H1.HeaderClassName
{
color: #73C629;
}
.AnyTagClassName
{
color: #73C629;
}
</style>
background-color css
<style>
a { background-color: #73C629; }
a { background-color: rgb(115,198,41); }
div.DivClassName
{
background-color: #73C629;
}
.BgClassName
{
background-color: #73C629;
}
</style>
border-color css
<style>
span { border-color: #73C629; }
span { border-color: rgb(115,198,41); }
td.TdClassName
{
border-color: #73C629;
}
.TagClassName
{
border-color: #73C629;
}
</style>