Shades of Lima #83BC1E
Tints of Lima #83BC1E
RGB
CMYK
RGB Variations
Color information
#83BC1E (or 0x83BC1E) is known color: Lima. HEX triplet: 83, BC and 1E. RGB value is (131,188,30). Sum of RGB (Red+Green+Blue) = 131+188+30=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC1E is #7C43E1. Grayscale: #999999. Windows color (decimal): -8143842 or 2014339. OLE color: 2014339.
HSL color Cylindrical-coordinate representation of color #83BC1E: hue angle of 81.65º degrees, saturation: 0.72, 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 #83BC1E is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 30 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.26 |
| HSL | 81.65º | 0.72% | 0.43% | - |
| HSV(B) | 81.65º | 0.84% | 0.74% | - |
| XYZ | 27.58 | 40.89 | 7.67 | - |
| YUV | 152.95 | 58.62 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 30 | 0.30 | 0 | 0.84 | 0.26 | 81.65 | 0.72 | 0.43 |
| Hex | 83 | BC | 1E | 1E | 0 | 54 | 1A | 52 | 48 | 2B |
| Octal | 203 | 274 | 36 | 36 | 0 | 124 | 32 | 122 | 110 | 53 |
| Binary | 10000011 | 10111100 | 11110 | 11110 | 0 | 1010100 | 11010 | 1010010 | 1001000 | 101011 |
Color Harmonies of #83BC1E
Complementary color
Monochromatic Colors of #83BC1E
Black with #83BC1E
Text Example
Text Example
White with #83BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC1E; }
p { color: rgb(131,188,30); }
H1.HeaderClassName
{
color: #83BC1E;
}
.AnyTagClassName
{
color: #83BC1E;
}
</style>
background-color css
<style>
a { background-color: #83BC1E; }
a { background-color: rgb(131,188,30); }
div.DivClassName
{
background-color: #83BC1E;
}
.BgClassName
{
background-color: #83BC1E;
}
</style>
border-color css
<style>
span { border-color: #83BC1E; }
span { border-color: rgb(131,188,30); }
td.TdClassName
{
border-color: #83BC1E;
}
.TagClassName
{
border-color: #83BC1E;
}
</style>