Shades of Lima #73CC2F
Tints of Lima #73CC2F
RGB
CMYK
RGB Variations
Color information
#73CC2F (or 0x73CC2F) is known color: Lima. HEX triplet: 73, CC and 2F. RGB value is (115,204,47). Sum of RGB (Red+Green+Blue) = 115+204+47=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 204 (80.08% from 255 or 55.74% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 204 - color contains mainly: green. Hex color #73CC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CC2F is #8C33D0. Grayscale: #A0A0A0. Windows color (decimal): -9188305 or 3132531. OLE color: 3132531.
HSL color Cylindrical-coordinate representation of color #73CC2F: hue angle of 94.01º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73CC2F is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 204 | 47 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.2 |
| HSL | 94.01º | 0.63% | 0.49% | - |
| HSV(B) | 94.01º | 0.77% | 0.8% | - |
| XYZ | 29.18 | 47.04 | 10.23 | - |
| YUV | 159.49 | 64.51 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 47 | 0.44 | 0 | 0.77 | 0.2 | 94.01 | 0.63 | 0.49 |
| Hex | 73 | CC | 2F | 2C | 0 | 4D | 14 | 5E | 3F | 31 |
| Octal | 163 | 314 | 57 | 54 | 0 | 115 | 24 | 136 | 77 | 61 |
| Binary | 1110011 | 11001100 | 101111 | 101100 | 0 | 1001101 | 10100 | 1011110 | 111111 | 110001 |
Color Harmonies of #73CC2F
Complementary color
Monochromatic Colors of #73CC2F
Black with #73CC2F
Text Example
Text Example
White with #73CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CC2F; }
p { color: rgb(115,204,47); }
H1.HeaderClassName
{
color: #73CC2F;
}
.AnyTagClassName
{
color: #73CC2F;
}
</style>
background-color css
<style>
a { background-color: #73CC2F; }
a { background-color: rgb(115,204,47); }
div.DivClassName
{
background-color: #73CC2F;
}
.BgClassName
{
background-color: #73CC2F;
}
</style>
border-color css
<style>
span { border-color: #73CC2F; }
span { border-color: rgb(115,204,47); }
td.TdClassName
{
border-color: #73CC2F;
}
.TagClassName
{
border-color: #73CC2F;
}
</style>