Shades of Lima #73CA21
Tints of Lima #73CA21
RGB
CMYK
RGB Variations
Color information
#73CA21 (or 0x73CA21) is known color: Lima. HEX triplet: 73, CA and 21. RGB value is (115,202,33). Sum of RGB (Red+Green+Blue) = 115+202+33=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA21 is #8C35DE. Grayscale: #9D9D9D. Windows color (decimal): -9188831 or 2214515. OLE color: 2214515.
HSL color Cylindrical-coordinate representation of color #73CA21: hue angle of 90.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73CA21 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 202 | 33 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.21 |
| HSL | 90.89º | 0.72% | 0.46% | - |
| HSV(B) | 90.89º | 0.84% | 0.79% | - |
| XYZ | 28.47 | 46 | 8.82 | - |
| YUV | 156.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 33 | 0.43 | 0 | 0.84 | 0.21 | 90.89 | 0.72 | 0.46 |
| Hex | 73 | CA | 21 | 2B | 0 | 54 | 15 | 5B | 48 | 2E |
| Octal | 163 | 312 | 41 | 53 | 0 | 124 | 25 | 133 | 110 | 56 |
| Binary | 1110011 | 11001010 | 100001 | 101011 | 0 | 1010100 | 10101 | 1011011 | 1001000 | 101110 |
Color Harmonies of #73CA21
Complementary color
Monochromatic Colors of #73CA21
Black with #73CA21
Text Example
Text Example
White with #73CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CA21; }
p { color: rgb(115,202,33); }
H1.HeaderClassName
{
color: #73CA21;
}
.AnyTagClassName
{
color: #73CA21;
}
</style>
background-color css
<style>
a { background-color: #73CA21; }
a { background-color: rgb(115,202,33); }
div.DivClassName
{
background-color: #73CA21;
}
.BgClassName
{
background-color: #73CA21;
}
</style>
border-color css
<style>
span { border-color: #73CA21; }
span { border-color: rgb(115,202,33); }
td.TdClassName
{
border-color: #73CA21;
}
.TagClassName
{
border-color: #73CA21;
}
</style>