Shades of Lima #73C028
Tints of Lima #73C028
RGB
CMYK
RGB Variations
Color information
#73C028 (or 0x73C028) is known color: Lima. HEX triplet: 73, C0 and 28. RGB value is (115,192,40). Sum of RGB (Red+Green+Blue) = 115+192+40=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #73C028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C028 is #8C3FD7. Grayscale: #989898. Windows color (decimal): -9191384 or 2670707. OLE color: 2670707.
HSL color Cylindrical-coordinate representation of color #73C028: hue angle of 90.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73C028 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 40 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.25 |
| HSL | 90.39º | 0.66% | 0.45% | - |
| HSV(B) | 90.39º | 0.79% | 0.75% | - |
| XYZ | 26.3 | 41.5 | 8.63 | - |
| YUV | 151.65 | 64.99 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 40 | 0.40 | 0 | 0.79 | 0.25 | 90.39 | 0.66 | 0.45 |
| Hex | 73 | C0 | 28 | 28 | 0 | 4F | 19 | 5A | 42 | 2D |
| Octal | 163 | 300 | 50 | 50 | 0 | 117 | 31 | 132 | 102 | 55 |
| Binary | 1110011 | 11000000 | 101000 | 101000 | 0 | 1001111 | 11001 | 1011010 | 1000010 | 101101 |
Color Harmonies of #73C028
Complementary color
Monochromatic Colors of #73C028
Black with #73C028
Text Example
Text Example
White with #73C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C028; }
p { color: rgb(115,192,40); }
H1.HeaderClassName
{
color: #73C028;
}
.AnyTagClassName
{
color: #73C028;
}
</style>
background-color css
<style>
a { background-color: #73C028; }
a { background-color: rgb(115,192,40); }
div.DivClassName
{
background-color: #73C028;
}
.BgClassName
{
background-color: #73C028;
}
</style>
border-color css
<style>
span { border-color: #73C028; }
span { border-color: rgb(115,192,40); }
td.TdClassName
{
border-color: #73C028;
}
.TagClassName
{
border-color: #73C028;
}
</style>