Shades of Lima #83CB11
Tints of Lima #83CB11
RGB
CMYK
RGB Variations
Color information
#83CB11 (or 0x83CB11) is known color: Lima. HEX triplet: 83, CB and 11. RGB value is (131,203,17). Sum of RGB (Red+Green+Blue) = 131+203+17=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CB11 is #7C34EE. Grayscale: #A0A0A0. Windows color (decimal): -8140015 or 1166211. OLE color: 1166211.
HSL color Cylindrical-coordinate representation of color #83CB11: hue angle of 83.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83CB11 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 17 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.20 |
| HSL | 83.23º | 0.85% | 0.43% | - |
| HSV(B) | 83.23º | 0.92% | 0.8% | - |
| XYZ | 30.82 | 47.58 | 8.09 | - |
| YUV | 160.27 | 47.15 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 17 | 0.35 | 0 | 0.92 | 0.20 | 83.23 | 0.85 | 0.43 |
| Hex | 83 | CB | 11 | 23 | 0 | 5C | 14 | 53 | 55 | 2B |
| Octal | 203 | 313 | 21 | 43 | 0 | 134 | 24 | 123 | 125 | 53 |
| Binary | 10000011 | 11001011 | 10001 | 100011 | 0 | 1011100 | 10100 | 1010011 | 1010101 | 101011 |
Color Harmonies of #83CB11
Complementary color
Monochromatic Colors of #83CB11
Black with #83CB11
Text Example
Text Example
White with #83CB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB11; }
p { color: rgb(131,203,17); }
H1.HeaderClassName
{
color: #83CB11;
}
.AnyTagClassName
{
color: #83CB11;
}
</style>
background-color css
<style>
a { background-color: #83CB11; }
a { background-color: rgb(131,203,17); }
div.DivClassName
{
background-color: #83CB11;
}
.BgClassName
{
background-color: #83CB11;
}
</style>
border-color css
<style>
span { border-color: #83CB11; }
span { border-color: rgb(131,203,17); }
td.TdClassName
{
border-color: #83CB11;
}
.TagClassName
{
border-color: #83CB11;
}
</style>