Shades of Lima #73BD28
Tints of Lima #73BD28
RGB
CMYK
RGB Variations
Color information
#73BD28 (or 0x73BD28) is known color: Lima. HEX triplet: 73, BD and 28. RGB value is (115,189,40). Sum of RGB (Red+Green+Blue) = 115+189+40=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD28 is #8C42D7. Grayscale: #969696. Windows color (decimal): -9192152 or 2669939. OLE color: 2669939.
HSL color Cylindrical-coordinate representation of color #73BD28: hue angle of 89.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73BD28 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 189 | 40 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.26 |
| HSL | 89.8º | 0.65% | 0.45% | - |
| HSV(B) | 89.8º | 0.79% | 0.74% | - |
| XYZ | 25.65 | 40.19 | 8.41 | - |
| YUV | 149.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 40 | 0.39 | 0 | 0.79 | 0.26 | 89.8 | 0.65 | 0.45 |
| Hex | 73 | BD | 28 | 27 | 0 | 4F | 1A | 5A | 41 | 2D |
| Octal | 163 | 275 | 50 | 47 | 0 | 117 | 32 | 132 | 101 | 55 |
| Binary | 1110011 | 10111101 | 101000 | 100111 | 0 | 1001111 | 11010 | 1011010 | 1000001 | 101101 |
Color Harmonies of #73BD28
Complementary color
Monochromatic Colors of #73BD28
Black with #73BD28
Text Example
Text Example
White with #73BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BD28; }
p { color: rgb(115,189,40); }
H1.HeaderClassName
{
color: #73BD28;
}
.AnyTagClassName
{
color: #73BD28;
}
</style>
background-color css
<style>
a { background-color: #73BD28; }
a { background-color: rgb(115,189,40); }
div.DivClassName
{
background-color: #73BD28;
}
.BgClassName
{
background-color: #73BD28;
}
</style>
border-color css
<style>
span { border-color: #73BD28; }
span { border-color: rgb(115,189,40); }
td.TdClassName
{
border-color: #73BD28;
}
.TagClassName
{
border-color: #73BD28;
}
</style>