Shades of Lima #83B30E
Tints of Lima #83B30E
RGB
CMYK
RGB Variations
Color information
#83B30E (or 0x83B30E) is known color: Lima. HEX triplet: 83, B3 and 0E. RGB value is (131,179,14). Sum of RGB (Red+Green+Blue) = 131+179+14=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #83B30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B30E is #7C4CF1. Grayscale: #929292. Windows color (decimal): -8146162 or 963459. OLE color: 963459.
HSL color Cylindrical-coordinate representation of color #83B30E: hue angle of 77.45º degrees, saturation: 0.85, 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 #83B30E is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 14 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.30 |
| HSL | 77.45º | 0.85% | 0.38% | - |
| HSV(B) | 77.45º | 0.92% | 0.7% | - |
| XYZ | 25.56 | 37.1 | 6.23 | - |
| YUV | 145.84 | 53.6 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 14 | 0.27 | 0 | 0.92 | 0.30 | 77.45 | 0.85 | 0.38 |
| Hex | 83 | B3 | E | 1B | 0 | 5C | 1E | 4D | 55 | 26 |
| Octal | 203 | 263 | 16 | 33 | 0 | 134 | 36 | 115 | 125 | 46 |
| Binary | 10000011 | 10110011 | 1110 | 11011 | 0 | 1011100 | 11110 | 1001101 | 1010101 | 100110 |
Color Harmonies of #83B30E
Complementary color
Monochromatic Colors of #83B30E
Black with #83B30E
Text Example
Text Example
White with #83B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B30E; }
p { color: rgb(131,179,14); }
H1.HeaderClassName
{
color: #83B30E;
}
.AnyTagClassName
{
color: #83B30E;
}
</style>
background-color css
<style>
a { background-color: #83B30E; }
a { background-color: rgb(131,179,14); }
div.DivClassName
{
background-color: #83B30E;
}
.BgClassName
{
background-color: #83B30E;
}
</style>
border-color css
<style>
span { border-color: #83B30E; }
span { border-color: rgb(131,179,14); }
td.TdClassName
{
border-color: #83B30E;
}
.TagClassName
{
border-color: #83B30E;
}
</style>