Shades of Lima #73D228
Tints of Lima #73D228
RGB
CMYK
RGB Variations
Color information
#73D228 (or 0x73D228) is known color: Lima. HEX triplet: 73, D2 and 28. RGB value is (115,210,40). Sum of RGB (Red+Green+Blue) = 115+210+40=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #73D228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D228 is #8C2DD7. Grayscale: #A2A2A2. Windows color (decimal): -9186776 or 2675315. OLE color: 2675315.
HSL color Cylindrical-coordinate representation of color #73D228: hue angle of 93.53º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73D228 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 40 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.18 |
| HSL | 93.53º | 0.68% | 0.49% | - |
| HSV(B) | 93.53º | 0.81% | 0.82% | - |
| XYZ | 30.5 | 49.89 | 10.03 | - |
| YUV | 162.22 | 59.03 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 40 | 0.45 | 0 | 0.81 | 0.18 | 93.53 | 0.68 | 0.49 |
| Hex | 73 | D2 | 28 | 2D | 0 | 51 | 12 | 5E | 44 | 31 |
| Octal | 163 | 322 | 50 | 55 | 0 | 121 | 22 | 136 | 104 | 61 |
| Binary | 1110011 | 11010010 | 101000 | 101101 | 0 | 1010001 | 10010 | 1011110 | 1000100 | 110001 |
Color Harmonies of #73D228
Complementary color
Monochromatic Colors of #73D228
Black with #73D228
Text Example
Text Example
White with #73D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D228; }
p { color: rgb(115,210,40); }
H1.HeaderClassName
{
color: #73D228;
}
.AnyTagClassName
{
color: #73D228;
}
</style>
background-color css
<style>
a { background-color: #73D228; }
a { background-color: rgb(115,210,40); }
div.DivClassName
{
background-color: #73D228;
}
.BgClassName
{
background-color: #73D228;
}
</style>
border-color css
<style>
span { border-color: #73D228; }
span { border-color: rgb(115,210,40); }
td.TdClassName
{
border-color: #73D228;
}
.TagClassName
{
border-color: #73D228;
}
</style>