Shades of Lima #73C123
Tints of Lima #73C123
RGB
CMYK
RGB Variations
Color information
#73C123 (or 0x73C123) is known color: Lima. HEX triplet: 73, C1 and 23. RGB value is (115,193,35). Sum of RGB (Red+Green+Blue) = 115+193+35=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #73C123 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C123 is #8C3EDC. Grayscale: #989898. Windows color (decimal): -9191133 or 2343283. OLE color: 2343283.
HSL color Cylindrical-coordinate representation of color #73C123: hue angle of 89.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73C123 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 35 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.24 |
| HSL | 89.62º | 0.69% | 0.45% | - |
| HSV(B) | 89.62º | 0.82% | 0.76% | - |
| XYZ | 26.44 | 41.91 | 8.29 | - |
| YUV | 151.67 | 62.16 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 35 | 0.40 | 0 | 0.82 | 0.24 | 89.62 | 0.69 | 0.45 |
| Hex | 73 | C1 | 23 | 28 | 0 | 52 | 18 | 5A | 45 | 2D |
| Octal | 163 | 301 | 43 | 50 | 0 | 122 | 30 | 132 | 105 | 55 |
| Binary | 1110011 | 11000001 | 100011 | 101000 | 0 | 1010010 | 11000 | 1011010 | 1000101 | 101101 |
Color Harmonies of #73C123
Complementary color
Monochromatic Colors of #73C123
Black with #73C123
Text Example
Text Example
White with #73C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C123; }
p { color: rgb(115,193,35); }
H1.HeaderClassName
{
color: #73C123;
}
.AnyTagClassName
{
color: #73C123;
}
</style>
background-color css
<style>
a { background-color: #73C123; }
a { background-color: rgb(115,193,35); }
div.DivClassName
{
background-color: #73C123;
}
.BgClassName
{
background-color: #73C123;
}
</style>
border-color css
<style>
span { border-color: #73C123; }
span { border-color: rgb(115,193,35); }
td.TdClassName
{
border-color: #73C123;
}
.TagClassName
{
border-color: #73C123;
}
</style>