Shades of Lima #83CB13
Tints of Lima #83CB13
RGB
CMYK
RGB Variations
Color information
#83CB13 (or 0x83CB13) is known color: Lima. HEX triplet: 83, CB and 13. RGB value is (131,203,19). Sum of RGB (Red+Green+Blue) = 131+203+19=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CB13 is #7C34EC. Grayscale: #A1A1A1. Windows color (decimal): -8140013 or 1297283. OLE color: 1297283.
HSL color Cylindrical-coordinate representation of color #83CB13: hue angle of 83.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83CB13 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 19 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.20 |
| HSL | 83.48º | 0.83% | 0.44% | - |
| HSV(B) | 83.48º | 0.91% | 0.8% | - |
| XYZ | 30.83 | 47.58 | 8.18 | - |
| YUV | 160.5 | 48.15 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 19 | 0.35 | 0 | 0.91 | 0.20 | 83.48 | 0.83 | 0.44 |
| Hex | 83 | CB | 13 | 23 | 0 | 5B | 14 | 53 | 53 | 2C |
| Octal | 203 | 313 | 23 | 43 | 0 | 133 | 24 | 123 | 123 | 54 |
| Binary | 10000011 | 11001011 | 10011 | 100011 | 0 | 1011011 | 10100 | 1010011 | 1010011 | 101100 |
Color Harmonies of #83CB13
Complementary color
Monochromatic Colors of #83CB13
Black with #83CB13
Text Example
Text Example
White with #83CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB13; }
p { color: rgb(131,203,19); }
H1.HeaderClassName
{
color: #83CB13;
}
.AnyTagClassName
{
color: #83CB13;
}
</style>
background-color css
<style>
a { background-color: #83CB13; }
a { background-color: rgb(131,203,19); }
div.DivClassName
{
background-color: #83CB13;
}
.BgClassName
{
background-color: #83CB13;
}
</style>
border-color css
<style>
span { border-color: #83CB13; }
span { border-color: rgb(131,203,19); }
td.TdClassName
{
border-color: #83CB13;
}
.TagClassName
{
border-color: #83CB13;
}
</style>