Shades of Lima #73BE20
Tints of Lima #73BE20
RGB
CMYK
RGB Variations
Color information
#73BE20 (or 0x73BE20) is known color: Lima. HEX triplet: 73, BE and 20. RGB value is (115,190,32). Sum of RGB (Red+Green+Blue) = 115+190+32=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BE20 is #8C41DF. Grayscale: #969696. Windows color (decimal): -9191904 or 2145907. OLE color: 2145907.
HSL color Cylindrical-coordinate representation of color #73BE20: hue angle of 88.48º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73BE20 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 190 | 32 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.25 |
| HSL | 88.48º | 0.71% | 0.44% | - |
| HSV(B) | 88.48º | 0.83% | 0.75% | - |
| XYZ | 25.74 | 40.58 | 7.84 | - |
| YUV | 149.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 32 | 0.39 | 0 | 0.83 | 0.25 | 88.48 | 0.71 | 0.44 |
| Hex | 73 | BE | 20 | 27 | 0 | 53 | 19 | 58 | 47 | 2C |
| Octal | 163 | 276 | 40 | 47 | 0 | 123 | 31 | 130 | 107 | 54 |
| Binary | 1110011 | 10111110 | 100000 | 100111 | 0 | 1010011 | 11001 | 1011000 | 1000111 | 101100 |
Color Harmonies of #73BE20
Complementary color
Monochromatic Colors of #73BE20
Black with #73BE20
Text Example
Text Example
White with #73BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BE20; }
p { color: rgb(115,190,32); }
H1.HeaderClassName
{
color: #73BE20;
}
.AnyTagClassName
{
color: #73BE20;
}
</style>
background-color css
<style>
a { background-color: #73BE20; }
a { background-color: rgb(115,190,32); }
div.DivClassName
{
background-color: #73BE20;
}
.BgClassName
{
background-color: #73BE20;
}
</style>
border-color css
<style>
span { border-color: #73BE20; }
span { border-color: rgb(115,190,32); }
td.TdClassName
{
border-color: #73BE20;
}
.TagClassName
{
border-color: #73BE20;
}
</style>