Shades of Lima #73C923
Tints of Lima #73C923
RGB
CMYK
RGB Variations
Color information
#73C923 (or 0x73C923) is known color: Lima. HEX triplet: 73, C9 and 23. RGB value is (115,201,35). Sum of RGB (Red+Green+Blue) = 115+201+35=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #73C923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C923 is #8C36DC. Grayscale: #9C9C9C. Windows color (decimal): -9189085 or 2345331. OLE color: 2345331.
HSL color Cylindrical-coordinate representation of color #73C923: hue angle of 91.08º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73C923 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 35 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.21 |
| HSL | 91.08º | 0.7% | 0.46% | - |
| HSV(B) | 91.08º | 0.83% | 0.79% | - |
| XYZ | 28.26 | 45.54 | 8.89 | - |
| YUV | 156.36 | 59.51 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 35 | 0.43 | 0 | 0.83 | 0.21 | 91.08 | 0.7 | 0.46 |
| Hex | 73 | C9 | 23 | 2B | 0 | 53 | 15 | 5B | 46 | 2E |
| Octal | 163 | 311 | 43 | 53 | 0 | 123 | 25 | 133 | 106 | 56 |
| Binary | 1110011 | 11001001 | 100011 | 101011 | 0 | 1010011 | 10101 | 1011011 | 1000110 | 101110 |
Color Harmonies of #73C923
Complementary color
Monochromatic Colors of #73C923
Black with #73C923
Text Example
Text Example
White with #73C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C923; }
p { color: rgb(115,201,35); }
H1.HeaderClassName
{
color: #73C923;
}
.AnyTagClassName
{
color: #73C923;
}
</style>
background-color css
<style>
a { background-color: #73C923; }
a { background-color: rgb(115,201,35); }
div.DivClassName
{
background-color: #73C923;
}
.BgClassName
{
background-color: #73C923;
}
</style>
border-color css
<style>
span { border-color: #73C923; }
span { border-color: rgb(115,201,35); }
td.TdClassName
{
border-color: #73C923;
}
.TagClassName
{
border-color: #73C923;
}
</style>