Shades of Lima #73C82E
Tints of Lima #73C82E
RGB
CMYK
RGB Variations
Color information
#73C82E (or 0x73C82E) is known color: Lima. HEX triplet: 73, C8 and 2E. RGB value is (115,200,46). Sum of RGB (Red+Green+Blue) = 115+200+46=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #73C82E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C82E is #8C37D1. Grayscale: #9D9D9D. Windows color (decimal): -9189330 or 3065971. OLE color: 3065971.
HSL color Cylindrical-coordinate representation of color #73C82E: hue angle of 93.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73C82E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 200 | 46 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.22 |
| HSL | 93.12º | 0.63% | 0.48% | - |
| HSV(B) | 93.12º | 0.77% | 0.78% | - |
| XYZ | 28.22 | 45.15 | 9.81 | - |
| YUV | 157.03 | 65.34 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 46 | 0.42 | 0 | 0.77 | 0.22 | 93.12 | 0.63 | 0.48 |
| Hex | 73 | C8 | 2E | 2A | 0 | 4D | 16 | 5D | 3F | 30 |
| Octal | 163 | 310 | 56 | 52 | 0 | 115 | 26 | 135 | 77 | 60 |
| Binary | 1110011 | 11001000 | 101110 | 101010 | 0 | 1001101 | 10110 | 1011101 | 111111 | 110000 |
Color Harmonies of #73C82E
Complementary color
Monochromatic Colors of #73C82E
Black with #73C82E
Text Example
Text Example
White with #73C82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C82E; }
p { color: rgb(115,200,46); }
H1.HeaderClassName
{
color: #73C82E;
}
.AnyTagClassName
{
color: #73C82E;
}
</style>
background-color css
<style>
a { background-color: #73C82E; }
a { background-color: rgb(115,200,46); }
div.DivClassName
{
background-color: #73C82E;
}
.BgClassName
{
background-color: #73C82E;
}
</style>
border-color css
<style>
span { border-color: #73C82E; }
span { border-color: rgb(115,200,46); }
td.TdClassName
{
border-color: #73C82E;
}
.TagClassName
{
border-color: #73C82E;
}
</style>