Shades of Lima #73C41C
Tints of Lima #73C41C
RGB
CMYK
RGB Variations
Color information
#73C41C (or 0x73C41C) is known color: Lima. HEX triplet: 73, C4 and 1C. RGB value is (115,196,28). Sum of RGB (Red+Green+Blue) = 115+196+28=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #73C41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C41C is #8C3BE3. Grayscale: #999999. Windows color (decimal): -9190372 or 1885299. OLE color: 1885299.
HSL color Cylindrical-coordinate representation of color #73C41C: hue angle of 88.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73C41C is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 196 | 28 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.23 |
| HSL | 88.93º | 0.75% | 0.44% | - |
| HSV(B) | 88.93º | 0.86% | 0.77% | - |
| XYZ | 27.02 | 43.21 | 8.01 | - |
| YUV | 152.63 | 57.66 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 196 | 28 | 0.41 | 0 | 0.86 | 0.23 | 88.93 | 0.75 | 0.44 |
| Hex | 73 | C4 | 1C | 29 | 0 | 56 | 17 | 59 | 4B | 2C |
| Octal | 163 | 304 | 34 | 51 | 0 | 126 | 27 | 131 | 113 | 54 |
| Binary | 1110011 | 11000100 | 11100 | 101001 | 0 | 1010110 | 10111 | 1011001 | 1001011 | 101100 |
Color Harmonies of #73C41C
Complementary color
Monochromatic Colors of #73C41C
Black with #73C41C
Text Example
Text Example
White with #73C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C41C; }
p { color: rgb(115,196,28); }
H1.HeaderClassName
{
color: #73C41C;
}
.AnyTagClassName
{
color: #73C41C;
}
</style>
background-color css
<style>
a { background-color: #73C41C; }
a { background-color: rgb(115,196,28); }
div.DivClassName
{
background-color: #73C41C;
}
.BgClassName
{
background-color: #73C41C;
}
</style>
border-color css
<style>
span { border-color: #73C41C; }
span { border-color: rgb(115,196,28); }
td.TdClassName
{
border-color: #73C41C;
}
.TagClassName
{
border-color: #73C41C;
}
</style>