Shades of Lima #73C628
Tints of Lima #73C628
RGB
CMYK
RGB Variations
Color information
#73C628 (or 0x73C628) is known color: Lima. HEX triplet: 73, C6 and 28. RGB value is (115,198,40). Sum of RGB (Red+Green+Blue) = 115+198+40=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #73C628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C628 is #8C39D7. Grayscale: #9B9B9B. Windows color (decimal): -9189848 or 2672243. OLE color: 2672243.
HSL color Cylindrical-coordinate representation of color #73C628: hue angle of 91.52º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73C628 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 40 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.22 |
| HSL | 91.52º | 0.66% | 0.47% | - |
| HSV(B) | 91.52º | 0.8% | 0.78% | - |
| XYZ | 27.65 | 44.19 | 9.08 | - |
| YUV | 155.17 | 63 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 40 | 0.42 | 0 | 0.80 | 0.22 | 91.52 | 0.66 | 0.47 |
| Hex | 73 | C6 | 28 | 2A | 0 | 50 | 16 | 5C | 42 | 2F |
| Octal | 163 | 306 | 50 | 52 | 0 | 120 | 26 | 134 | 102 | 57 |
| Binary | 1110011 | 11000110 | 101000 | 101010 | 0 | 1010000 | 10110 | 1011100 | 1000010 | 101111 |
Color Harmonies of #73C628
Complementary color
Monochromatic Colors of #73C628
Black with #73C628
Text Example
Text Example
White with #73C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C628; }
p { color: rgb(115,198,40); }
H1.HeaderClassName
{
color: #73C628;
}
.AnyTagClassName
{
color: #73C628;
}
</style>
background-color css
<style>
a { background-color: #73C628; }
a { background-color: rgb(115,198,40); }
div.DivClassName
{
background-color: #73C628;
}
.BgClassName
{
background-color: #73C628;
}
</style>
border-color css
<style>
span { border-color: #73C628; }
span { border-color: rgb(115,198,40); }
td.TdClassName
{
border-color: #73C628;
}
.TagClassName
{
border-color: #73C628;
}
</style>