Shades of Lima #73CA2D
Tints of Lima #73CA2D
RGB
CMYK
RGB Variations
Color information
#73CA2D (or 0x73CA2D) is known color: Lima. HEX triplet: 73, CA and 2D. RGB value is (115,202,45). Sum of RGB (Red+Green+Blue) = 115+202+45=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA2D is #8C35D2. Grayscale: #9E9E9E. Windows color (decimal): -9188819 or 3000947. OLE color: 3000947.
HSL color Cylindrical-coordinate representation of color #73CA2D: hue angle of 93.25º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73CA2D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 45 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.21 |
| HSL | 93.25º | 0.64% | 0.48% | - |
| HSV(B) | 93.25º | 0.78% | 0.79% | - |
| XYZ | 28.66 | 46.08 | 9.87 | - |
| YUV | 158.09 | 64.18 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 45 | 0.43 | 0 | 0.78 | 0.21 | 93.25 | 0.64 | 0.48 |
| Hex | 73 | CA | 2D | 2B | 0 | 4E | 15 | 5D | 40 | 30 |
| Octal | 163 | 312 | 55 | 53 | 0 | 116 | 25 | 135 | 100 | 60 |
| Binary | 1110011 | 11001010 | 101101 | 101011 | 0 | 1001110 | 10101 | 1011101 | 1000000 | 110000 |
Color Harmonies of #73CA2D
Complementary color
Monochromatic Colors of #73CA2D
Black with #73CA2D
Text Example
Text Example
White with #73CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA2D; }
p { color: rgb(115,202,45); }
H1.HeaderClassName
{
color: #73CA2D;
}
.AnyTagClassName
{
color: #73CA2D;
}
</style>
background-color css
<style>
a { background-color: #73CA2D; }
a { background-color: rgb(115,202,45); }
div.DivClassName
{
background-color: #73CA2D;
}
.BgClassName
{
background-color: #73CA2D;
}
</style>
border-color css
<style>
span { border-color: #73CA2D; }
span { border-color: rgb(115,202,45); }
td.TdClassName
{
border-color: #73CA2D;
}
.TagClassName
{
border-color: #73CA2D;
}
</style>