Shades of Lima #73CA2B
Tints of Lima #73CA2B
RGB
CMYK
RGB Variations
Color information
#73CA2B (or 0x73CA2B) is known color: Lima. HEX triplet: 73, CA and 2B. RGB value is (115,202,43). Sum of RGB (Red+Green+Blue) = 115+202+43=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA2B is #8C35D4. Grayscale: #9E9E9E. Windows color (decimal): -9188821 or 2869875. OLE color: 2869875.
HSL color Cylindrical-coordinate representation of color #73CA2B: hue angle of 92.83º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73CA2B is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 43 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.21 |
| HSL | 92.83º | 0.65% | 0.48% | - |
| HSV(B) | 92.83º | 0.79% | 0.79% | - |
| XYZ | 28.63 | 46.06 | 9.67 | - |
| YUV | 157.86 | 63.18 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 43 | 0.43 | 0 | 0.79 | 0.21 | 92.83 | 0.65 | 0.48 |
| Hex | 73 | CA | 2B | 2B | 0 | 4F | 15 | 5D | 41 | 30 |
| Octal | 163 | 312 | 53 | 53 | 0 | 117 | 25 | 135 | 101 | 60 |
| Binary | 1110011 | 11001010 | 101011 | 101011 | 0 | 1001111 | 10101 | 1011101 | 1000001 | 110000 |
Color Harmonies of #73CA2B
Complementary color
Monochromatic Colors of #73CA2B
Black with #73CA2B
Text Example
Text Example
White with #73CA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA2B; }
p { color: rgb(115,202,43); }
H1.HeaderClassName
{
color: #73CA2B;
}
.AnyTagClassName
{
color: #73CA2B;
}
</style>
background-color css
<style>
a { background-color: #73CA2B; }
a { background-color: rgb(115,202,43); }
div.DivClassName
{
background-color: #73CA2B;
}
.BgClassName
{
background-color: #73CA2B;
}
</style>
border-color css
<style>
span { border-color: #73CA2B; }
span { border-color: rgb(115,202,43); }
td.TdClassName
{
border-color: #73CA2B;
}
.TagClassName
{
border-color: #73CA2B;
}
</style>