Shades of Lima #83B20F
Tints of Lima #83B20F
RGB
CMYK
RGB Variations
Color information
#83B20F (or 0x83B20F) is known color: Lima. HEX triplet: 83, B2 and 0F. RGB value is (131,178,15). Sum of RGB (Red+Green+Blue) = 131+178+15=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #83B20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B20F is #7C4DF0. Grayscale: #919191. Windows color (decimal): -8146417 or 1028739. OLE color: 1028739.
HSL color Cylindrical-coordinate representation of color #83B20F: hue angle of 77.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83B20F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 15 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.30 |
| HSL | 77.3º | 0.84% | 0.38% | - |
| HSV(B) | 77.3º | 0.92% | 0.7% | - |
| XYZ | 25.37 | 36.7 | 6.2 | - |
| YUV | 145.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 15 | 0.26 | 0 | 0.92 | 0.30 | 77.3 | 0.84 | 0.38 |
| Hex | 83 | B2 | F | 1A | 0 | 5C | 1E | 4D | 54 | 26 |
| Octal | 203 | 262 | 17 | 32 | 0 | 134 | 36 | 115 | 124 | 46 |
| Binary | 10000011 | 10110010 | 1111 | 11010 | 0 | 1011100 | 11110 | 1001101 | 1010100 | 100110 |
Color Harmonies of #83B20F
Complementary color
Monochromatic Colors of #83B20F
Black with #83B20F
Text Example
Text Example
White with #83B20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B20F; }
p { color: rgb(131,178,15); }
H1.HeaderClassName
{
color: #83B20F;
}
.AnyTagClassName
{
color: #83B20F;
}
</style>
background-color css
<style>
a { background-color: #83B20F; }
a { background-color: rgb(131,178,15); }
div.DivClassName
{
background-color: #83B20F;
}
.BgClassName
{
background-color: #83B20F;
}
</style>
border-color css
<style>
span { border-color: #83B20F; }
span { border-color: rgb(131,178,15); }
td.TdClassName
{
border-color: #83B20F;
}
.TagClassName
{
border-color: #83B20F;
}
</style>