Shades of Lima #73D625
Tints of Lima #73D625
RGB
CMYK
RGB Variations
Color information
#73D625 (or 0x73D625) is known color: Lima. HEX triplet: 73, D6 and 25. RGB value is (115,214,37). Sum of RGB (Red+Green+Blue) = 115+214+37=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #73D625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D625 is #8C29DA. Grayscale: #A4A4A4. Windows color (decimal): -9185755 or 2479731. OLE color: 2479731.
HSL color Cylindrical-coordinate representation of color #73D625: hue angle of 93.56º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73D625 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 37 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.16 |
| HSL | 93.56º | 0.71% | 0.49% | - |
| HSV(B) | 93.56º | 0.83% | 0.84% | - |
| XYZ | 31.45 | 51.87 | 10.1 | - |
| YUV | 164.22 | 56.2 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 37 | 0.46 | 0 | 0.83 | 0.16 | 93.56 | 0.71 | 0.49 |
| Hex | 73 | D6 | 25 | 2E | 0 | 53 | 10 | 5E | 47 | 31 |
| Octal | 163 | 326 | 45 | 56 | 0 | 123 | 20 | 136 | 107 | 61 |
| Binary | 1110011 | 11010110 | 100101 | 101110 | 0 | 1010011 | 10000 | 1011110 | 1000111 | 110001 |
Color Harmonies of #73D625
Complementary color
Monochromatic Colors of #73D625
Black with #73D625
Text Example
Text Example
White with #73D625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D625; }
p { color: rgb(115,214,37); }
H1.HeaderClassName
{
color: #73D625;
}
.AnyTagClassName
{
color: #73D625;
}
</style>
background-color css
<style>
a { background-color: #73D625; }
a { background-color: rgb(115,214,37); }
div.DivClassName
{
background-color: #73D625;
}
.BgClassName
{
background-color: #73D625;
}
</style>
border-color css
<style>
span { border-color: #73D625; }
span { border-color: rgb(115,214,37); }
td.TdClassName
{
border-color: #73D625;
}
.TagClassName
{
border-color: #73D625;
}
</style>