Shades of Lima #83BD1E
Tints of Lima #83BD1E
RGB
CMYK
RGB Variations
Color information
#83BD1E (or 0x83BD1E) is known color: Lima. HEX triplet: 83, BD and 1E. RGB value is (131,189,30). Sum of RGB (Red+Green+Blue) = 131+189+30=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD1E is #7C42E1. Grayscale: #9A9A9A. Windows color (decimal): -8143586 or 2014595. OLE color: 2014595.
HSL color Cylindrical-coordinate representation of color #83BD1E: hue angle of 81.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83BD1E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 30 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.26 |
| HSL | 81.89º | 0.73% | 0.43% | - |
| HSV(B) | 81.89º | 0.84% | 0.74% | - |
| XYZ | 27.79 | 41.31 | 7.74 | - |
| YUV | 153.53 | 58.28 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 30 | 0.31 | 0 | 0.84 | 0.26 | 81.89 | 0.73 | 0.43 |
| Hex | 83 | BD | 1E | 1F | 0 | 54 | 1A | 52 | 49 | 2B |
| Octal | 203 | 275 | 36 | 37 | 0 | 124 | 32 | 122 | 111 | 53 |
| Binary | 10000011 | 10111101 | 11110 | 11111 | 0 | 1010100 | 11010 | 1010010 | 1001001 | 101011 |
Color Harmonies of #83BD1E
Complementary color
Monochromatic Colors of #83BD1E
Black with #83BD1E
Text Example
Text Example
White with #83BD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD1E; }
p { color: rgb(131,189,30); }
H1.HeaderClassName
{
color: #83BD1E;
}
.AnyTagClassName
{
color: #83BD1E;
}
</style>
background-color css
<style>
a { background-color: #83BD1E; }
a { background-color: rgb(131,189,30); }
div.DivClassName
{
background-color: #83BD1E;
}
.BgClassName
{
background-color: #83BD1E;
}
</style>
border-color css
<style>
span { border-color: #83BD1E; }
span { border-color: rgb(131,189,30); }
td.TdClassName
{
border-color: #83BD1E;
}
.TagClassName
{
border-color: #83BD1E;
}
</style>