Shades of Lima #73D71B
Tints of Lima #73D71B
RGB
CMYK
RGB Variations
Color information
#73D71B (or 0x73D71B) is known color: Lima. HEX triplet: 73, D7 and 1B. RGB value is (115,215,27). Sum of RGB (Red+Green+Blue) = 115+215+27=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #73D71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D71B is #8C28E4. Grayscale: #A4A4A4. Windows color (decimal): -9185509 or 1824627. OLE color: 1824627.
HSL color Cylindrical-coordinate representation of color #73D71B: hue angle of 91.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73D71B is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 27 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.16 |
| HSL | 91.91º | 0.78% | 0.47% | - |
| HSV(B) | 91.91º | 0.87% | 0.84% | - |
| XYZ | 31.57 | 52.32 | 9.47 | - |
| YUV | 163.67 | 50.87 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 27 | 0.47 | 0 | 0.87 | 0.16 | 91.91 | 0.78 | 0.47 |
| Hex | 73 | D7 | 1B | 2F | 0 | 57 | 10 | 5C | 4E | 2F |
| Octal | 163 | 327 | 33 | 57 | 0 | 127 | 20 | 134 | 116 | 57 |
| Binary | 1110011 | 11010111 | 11011 | 101111 | 0 | 1010111 | 10000 | 1011100 | 1001110 | 101111 |
Color Harmonies of #73D71B
Complementary color
Monochromatic Colors of #73D71B
Black with #73D71B
Text Example
Text Example
White with #73D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D71B; }
p { color: rgb(115,215,27); }
H1.HeaderClassName
{
color: #73D71B;
}
.AnyTagClassName
{
color: #73D71B;
}
</style>
background-color css
<style>
a { background-color: #73D71B; }
a { background-color: rgb(115,215,27); }
div.DivClassName
{
background-color: #73D71B;
}
.BgClassName
{
background-color: #73D71B;
}
</style>
border-color css
<style>
span { border-color: #73D71B; }
span { border-color: rgb(115,215,27); }
td.TdClassName
{
border-color: #73D71B;
}
.TagClassName
{
border-color: #73D71B;
}
</style>