Shades of Lima #73C31B
Tints of Lima #73C31B
RGB
CMYK
RGB Variations
Color information
#73C31B (or 0x73C31B) is known color: Lima. HEX triplet: 73, C3 and 1B. RGB value is (115,195,27). Sum of RGB (Red+Green+Blue) = 115+195+27=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #73C31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C31B is #8C3CE4. Grayscale: #989898. Windows color (decimal): -9190629 or 1819507. OLE color: 1819507.
HSL color Cylindrical-coordinate representation of color #73C31B: hue angle of 88.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73C31B is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 27 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.24 |
| HSL | 88.57º | 0.76% | 0.44% | - |
| HSV(B) | 88.57º | 0.86% | 0.76% | - |
| XYZ | 26.78 | 42.75 | 7.88 | - |
| YUV | 151.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 27 | 0.41 | 0 | 0.86 | 0.24 | 88.57 | 0.76 | 0.44 |
| Hex | 73 | C3 | 1B | 29 | 0 | 56 | 18 | 59 | 4C | 2C |
| Octal | 163 | 303 | 33 | 51 | 0 | 126 | 30 | 131 | 114 | 54 |
| Binary | 1110011 | 11000011 | 11011 | 101001 | 0 | 1010110 | 11000 | 1011001 | 1001100 | 101100 |
Color Harmonies of #73C31B
Complementary color
Monochromatic Colors of #73C31B
Black with #73C31B
Text Example
Text Example
White with #73C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C31B; }
p { color: rgb(115,195,27); }
H1.HeaderClassName
{
color: #73C31B;
}
.AnyTagClassName
{
color: #73C31B;
}
</style>
background-color css
<style>
a { background-color: #73C31B; }
a { background-color: rgb(115,195,27); }
div.DivClassName
{
background-color: #73C31B;
}
.BgClassName
{
background-color: #73C31B;
}
</style>
border-color css
<style>
span { border-color: #73C31B; }
span { border-color: rgb(115,195,27); }
td.TdClassName
{
border-color: #73C31B;
}
.TagClassName
{
border-color: #73C31B;
}
</style>