Shades of Lima #83B31C
Tints of Lima #83B31C
RGB
CMYK
RGB Variations
Color information
#83B31C (or 0x83B31C) is known color: Lima. HEX triplet: 83, B3 and 1C. RGB value is (131,179,28). Sum of RGB (Red+Green+Blue) = 131+179+28=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #83B31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B31C is #7C4CE3. Grayscale: #939393. Windows color (decimal): -8146148 or 1880963. OLE color: 1880963.
HSL color Cylindrical-coordinate representation of color #83B31C: hue angle of 79.07º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83B31C is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 28 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.30 |
| HSL | 79.07º | 0.73% | 0.41% | - |
| HSV(B) | 79.07º | 0.84% | 0.7% | - |
| XYZ | 25.69 | 37.15 | 6.92 | - |
| YUV | 147.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 28 | 0.27 | 0 | 0.84 | 0.30 | 79.07 | 0.73 | 0.41 |
| Hex | 83 | B3 | 1C | 1B | 0 | 54 | 1E | 4F | 49 | 29 |
| Octal | 203 | 263 | 34 | 33 | 0 | 124 | 36 | 117 | 111 | 51 |
| Binary | 10000011 | 10110011 | 11100 | 11011 | 0 | 1010100 | 11110 | 1001111 | 1001001 | 101001 |
Color Harmonies of #83B31C
Complementary color
Monochromatic Colors of #83B31C
Black with #83B31C
Text Example
Text Example
White with #83B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B31C; }
p { color: rgb(131,179,28); }
H1.HeaderClassName
{
color: #83B31C;
}
.AnyTagClassName
{
color: #83B31C;
}
</style>
background-color css
<style>
a { background-color: #83B31C; }
a { background-color: rgb(131,179,28); }
div.DivClassName
{
background-color: #83B31C;
}
.BgClassName
{
background-color: #83B31C;
}
</style>
border-color css
<style>
span { border-color: #83B31C; }
span { border-color: rgb(131,179,28); }
td.TdClassName
{
border-color: #83B31C;
}
.TagClassName
{
border-color: #83B31C;
}
</style>