Shades of Lima #83BB1C
Tints of Lima #83BB1C
RGB
CMYK
RGB Variations
Color information
#83BB1C (or 0x83BB1C) is known color: Lima. HEX triplet: 83, BB and 1C. RGB value is (131,187,28). Sum of RGB (Red+Green+Blue) = 131+187+28=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB1C is #7C44E3. Grayscale: #989898. Windows color (decimal): -8144100 or 1883011. OLE color: 1883011.
HSL color Cylindrical-coordinate representation of color #83BB1C: hue angle of 81.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83BB1C is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 28 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.27 |
| HSL | 81.13º | 0.74% | 0.42% | - |
| HSV(B) | 81.13º | 0.85% | 0.73% | - |
| XYZ | 27.34 | 40.45 | 7.47 | - |
| YUV | 152.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 28 | 0.30 | 0 | 0.85 | 0.27 | 81.13 | 0.74 | 0.42 |
| Hex | 83 | BB | 1C | 1E | 0 | 55 | 1B | 51 | 4A | 2A |
| Octal | 203 | 273 | 34 | 36 | 0 | 125 | 33 | 121 | 112 | 52 |
| Binary | 10000011 | 10111011 | 11100 | 11110 | 0 | 1010101 | 11011 | 1010001 | 1001010 | 101010 |
Color Harmonies of #83BB1C
Complementary color
Monochromatic Colors of #83BB1C
Black with #83BB1C
Text Example
Text Example
White with #83BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB1C; }
p { color: rgb(131,187,28); }
H1.HeaderClassName
{
color: #83BB1C;
}
.AnyTagClassName
{
color: #83BB1C;
}
</style>
background-color css
<style>
a { background-color: #83BB1C; }
a { background-color: rgb(131,187,28); }
div.DivClassName
{
background-color: #83BB1C;
}
.BgClassName
{
background-color: #83BB1C;
}
</style>
border-color css
<style>
span { border-color: #83BB1C; }
span { border-color: rgb(131,187,28); }
td.TdClassName
{
border-color: #83BB1C;
}
.TagClassName
{
border-color: #83BB1C;
}
</style>