Shades of Lima #83C12B
Tints of Lima #83C12B
RGB
CMYK
RGB Variations
Color information
#83C12B (or 0x83C12B) is known color: Lima. HEX triplet: 83, C1 and 2B. RGB value is (131,193,43). Sum of RGB (Red+Green+Blue) = 131+193+43=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #83C12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C12B is #7C3ED4. Grayscale: #9D9D9D. Windows color (decimal): -8142549 or 2867587. OLE color: 2867587.
HSL color Cylindrical-coordinate representation of color #83C12B: hue angle of 84.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83C12B is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 43 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.24 |
| HSL | 84.8º | 0.64% | 0.46% | - |
| HSV(B) | 84.8º | 0.78% | 0.76% | - |
| XYZ | 28.87 | 43.14 | 9.09 | - |
| YUV | 157.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 43 | 0.32 | 0 | 0.78 | 0.24 | 84.8 | 0.64 | 0.46 |
| Hex | 83 | C1 | 2B | 20 | 0 | 4E | 18 | 55 | 40 | 2E |
| Octal | 203 | 301 | 53 | 40 | 0 | 116 | 30 | 125 | 100 | 56 |
| Binary | 10000011 | 11000001 | 101011 | 100000 | 0 | 1001110 | 11000 | 1010101 | 1000000 | 101110 |
Color Harmonies of #83C12B
Complementary color
Monochromatic Colors of #83C12B
Black with #83C12B
Text Example
Text Example
White with #83C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C12B; }
p { color: rgb(131,193,43); }
H1.HeaderClassName
{
color: #83C12B;
}
.AnyTagClassName
{
color: #83C12B;
}
</style>
background-color css
<style>
a { background-color: #83C12B; }
a { background-color: rgb(131,193,43); }
div.DivClassName
{
background-color: #83C12B;
}
.BgClassName
{
background-color: #83C12B;
}
</style>
border-color css
<style>
span { border-color: #83C12B; }
span { border-color: rgb(131,193,43); }
td.TdClassName
{
border-color: #83C12B;
}
.TagClassName
{
border-color: #83C12B;
}
</style>