Shades of Lima #73D626
Tints of Lima #73D626
RGB
CMYK
RGB Variations
Color information
#73D626 (or 0x73D626) is known color: Lima. HEX triplet: 73, D6 and 26. RGB value is (115,214,38). Sum of RGB (Red+Green+Blue) = 115+214+38=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #73D626 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D626 is #8C29D9. Grayscale: #A4A4A4. Windows color (decimal): -9185754 or 2545267. OLE color: 2545267.
HSL color Cylindrical-coordinate representation of color #73D626: hue angle of 93.75º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73D626 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 38 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.16 |
| HSL | 93.75º | 0.7% | 0.49% | - |
| HSV(B) | 93.75º | 0.82% | 0.84% | - |
| XYZ | 31.47 | 51.88 | 10.19 | - |
| YUV | 164.34 | 56.7 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 38 | 0.46 | 0 | 0.82 | 0.16 | 93.75 | 0.7 | 0.49 |
| Hex | 73 | D6 | 26 | 2E | 0 | 52 | 10 | 5E | 46 | 31 |
| Octal | 163 | 326 | 46 | 56 | 0 | 122 | 20 | 136 | 106 | 61 |
| Binary | 1110011 | 11010110 | 100110 | 101110 | 0 | 1010010 | 10000 | 1011110 | 1000110 | 110001 |
Color Harmonies of #73D626
Complementary color
Monochromatic Colors of #73D626
Black with #73D626
Text Example
Text Example
White with #73D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D626; }
p { color: rgb(115,214,38); }
H1.HeaderClassName
{
color: #73D626;
}
.AnyTagClassName
{
color: #73D626;
}
</style>
background-color css
<style>
a { background-color: #73D626; }
a { background-color: rgb(115,214,38); }
div.DivClassName
{
background-color: #73D626;
}
.BgClassName
{
background-color: #73D626;
}
</style>
border-color css
<style>
span { border-color: #73D626; }
span { border-color: rgb(115,214,38); }
td.TdClassName
{
border-color: #73D626;
}
.TagClassName
{
border-color: #73D626;
}
</style>