Shades of Lima #83BC1D
Tints of Lima #83BC1D
RGB
CMYK
RGB Variations
Color information
#83BC1D (or 0x83BC1D) is known color: Lima. HEX triplet: 83, BC and 1D. RGB value is (131,188,29). Sum of RGB (Red+Green+Blue) = 131+188+29=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC1D is #7C43E2. Grayscale: #999999. Windows color (decimal): -8143843 or 1948803. OLE color: 1948803.
HSL color Cylindrical-coordinate representation of color #83BC1D: hue angle of 81.51º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83BC1D is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 29 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.26 |
| HSL | 81.51º | 0.73% | 0.43% | - |
| HSV(B) | 81.51º | 0.85% | 0.74% | - |
| XYZ | 27.57 | 40.88 | 7.6 | - |
| YUV | 152.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 29 | 0.30 | 0 | 0.85 | 0.26 | 81.51 | 0.73 | 0.43 |
| Hex | 83 | BC | 1D | 1E | 0 | 55 | 1A | 52 | 49 | 2B |
| Octal | 203 | 274 | 35 | 36 | 0 | 125 | 32 | 122 | 111 | 53 |
| Binary | 10000011 | 10111100 | 11101 | 11110 | 0 | 1010101 | 11010 | 1010010 | 1001001 | 101011 |
Color Harmonies of #83BC1D
Complementary color
Monochromatic Colors of #83BC1D
Black with #83BC1D
Text Example
Text Example
White with #83BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC1D; }
p { color: rgb(131,188,29); }
H1.HeaderClassName
{
color: #83BC1D;
}
.AnyTagClassName
{
color: #83BC1D;
}
</style>
background-color css
<style>
a { background-color: #83BC1D; }
a { background-color: rgb(131,188,29); }
div.DivClassName
{
background-color: #83BC1D;
}
.BgClassName
{
background-color: #83BC1D;
}
</style>
border-color css
<style>
span { border-color: #83BC1D; }
span { border-color: rgb(131,188,29); }
td.TdClassName
{
border-color: #83BC1D;
}
.TagClassName
{
border-color: #83BC1D;
}
</style>