Shades of Lima #73BF1F
Tints of Lima #73BF1F
RGB
CMYK
RGB Variations
Color information
#73BF1F (or 0x73BF1F) is known color: Lima. HEX triplet: 73, BF and 1F. RGB value is (115,191,31). Sum of RGB (Red+Green+Blue) = 115+191+31=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #73BF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BF1F is #8C40E0. Grayscale: #969696. Windows color (decimal): -9191649 or 2080627. OLE color: 2080627.
HSL color Cylindrical-coordinate representation of color #73BF1F: hue angle of 88.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73BF1F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 191 | 31 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.25 |
| HSL | 88.5º | 0.72% | 0.44% | - |
| HSV(B) | 88.5º | 0.84% | 0.75% | - |
| XYZ | 25.95 | 41.01 | 7.84 | - |
| YUV | 150.04 | 60.82 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 31 | 0.40 | 0 | 0.84 | 0.25 | 88.5 | 0.72 | 0.44 |
| Hex | 73 | BF | 1F | 28 | 0 | 54 | 19 | 58 | 48 | 2C |
| Octal | 163 | 277 | 37 | 50 | 0 | 124 | 31 | 130 | 110 | 54 |
| Binary | 1110011 | 10111111 | 11111 | 101000 | 0 | 1010100 | 11001 | 1011000 | 1001000 | 101100 |
Color Harmonies of #73BF1F
Complementary color
Monochromatic Colors of #73BF1F
Black with #73BF1F
Text Example
Text Example
White with #73BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BF1F; }
p { color: rgb(115,191,31); }
H1.HeaderClassName
{
color: #73BF1F;
}
.AnyTagClassName
{
color: #73BF1F;
}
</style>
background-color css
<style>
a { background-color: #73BF1F; }
a { background-color: rgb(115,191,31); }
div.DivClassName
{
background-color: #73BF1F;
}
.BgClassName
{
background-color: #73BF1F;
}
</style>
border-color css
<style>
span { border-color: #73BF1F; }
span { border-color: rgb(115,191,31); }
td.TdClassName
{
border-color: #73BF1F;
}
.TagClassName
{
border-color: #73BF1F;
}
</style>