Shades of Lima #73D01A
Tints of Lima #73D01A
RGB
CMYK
RGB Variations
Color information
#73D01A (or 0x73D01A) is known color: Lima. HEX triplet: 73, D0 and 1A. RGB value is (115,208,26). Sum of RGB (Red+Green+Blue) = 115+208+26=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #73D01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D01A is #8C2FE5. Grayscale: #A0A0A0. Windows color (decimal): -9187302 or 1757299. OLE color: 1757299.
HSL color Cylindrical-coordinate representation of color #73D01A: hue angle of 90.66º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73D01A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 26 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.18 |
| HSL | 90.66º | 0.78% | 0.46% | - |
| HSV(B) | 90.66º | 0.88% | 0.82% | - |
| XYZ | 29.81 | 48.83 | 8.83 | - |
| YUV | 159.45 | 52.69 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 26 | 0.45 | 0 | 0.88 | 0.18 | 90.66 | 0.78 | 0.46 |
| Hex | 73 | D0 | 1A | 2D | 0 | 58 | 12 | 5B | 4E | 2E |
| Octal | 163 | 320 | 32 | 55 | 0 | 130 | 22 | 133 | 116 | 56 |
| Binary | 1110011 | 11010000 | 11010 | 101101 | 0 | 1011000 | 10010 | 1011011 | 1001110 | 101110 |
Color Harmonies of #73D01A
Complementary color
Monochromatic Colors of #73D01A
Black with #73D01A
Text Example
Text Example
White with #73D01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D01A; }
p { color: rgb(115,208,26); }
H1.HeaderClassName
{
color: #73D01A;
}
.AnyTagClassName
{
color: #73D01A;
}
</style>
background-color css
<style>
a { background-color: #73D01A; }
a { background-color: rgb(115,208,26); }
div.DivClassName
{
background-color: #73D01A;
}
.BgClassName
{
background-color: #73D01A;
}
</style>
border-color css
<style>
span { border-color: #73D01A; }
span { border-color: rgb(115,208,26); }
td.TdClassName
{
border-color: #73D01A;
}
.TagClassName
{
border-color: #73D01A;
}
</style>