Shades of Lima #73CB2D
Tints of Lima #73CB2D
RGB
CMYK
RGB Variations
Color information
#73CB2D (or 0x73CB2D) is known color: Lima. HEX triplet: 73, CB and 2D. RGB value is (115,203,45). Sum of RGB (Red+Green+Blue) = 115+203+45=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CB2D is #8C34D2. Grayscale: #9F9F9F. Windows color (decimal): -9188563 or 3001203. OLE color: 3001203.
HSL color Cylindrical-coordinate representation of color #73CB2D: hue angle of 93.42º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73CB2D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 45 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.20 |
| HSL | 93.42º | 0.64% | 0.49% | - |
| HSV(B) | 93.42º | 0.78% | 0.8% | - |
| XYZ | 28.9 | 46.55 | 9.94 | - |
| YUV | 158.68 | 63.85 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 45 | 0.43 | 0 | 0.78 | 0.20 | 93.42 | 0.64 | 0.49 |
| Hex | 73 | CB | 2D | 2B | 0 | 4E | 14 | 5D | 40 | 31 |
| Octal | 163 | 313 | 55 | 53 | 0 | 116 | 24 | 135 | 100 | 61 |
| Binary | 1110011 | 11001011 | 101101 | 101011 | 0 | 1001110 | 10100 | 1011101 | 1000000 | 110001 |
Color Harmonies of #73CB2D
Complementary color
Monochromatic Colors of #73CB2D
Black with #73CB2D
Text Example
Text Example
White with #73CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB2D; }
p { color: rgb(115,203,45); }
H1.HeaderClassName
{
color: #73CB2D;
}
.AnyTagClassName
{
color: #73CB2D;
}
</style>
background-color css
<style>
a { background-color: #73CB2D; }
a { background-color: rgb(115,203,45); }
div.DivClassName
{
background-color: #73CB2D;
}
.BgClassName
{
background-color: #73CB2D;
}
</style>
border-color css
<style>
span { border-color: #73CB2D; }
span { border-color: rgb(115,203,45); }
td.TdClassName
{
border-color: #73CB2D;
}
.TagClassName
{
border-color: #73CB2D;
}
</style>