Shades of Lima #83C10E
Tints of Lima #83C10E
RGB
CMYK
RGB Variations
Color information
#83C10E (or 0x83C10E) is known color: Lima. HEX triplet: 83, C1 and 0E. RGB value is (131,193,14). Sum of RGB (Red+Green+Blue) = 131+193+14=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #83C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C10E is #7C3EF1. Grayscale: #9A9A9A. Windows color (decimal): -8142578 or 967043. OLE color: 967043.
HSL color Cylindrical-coordinate representation of color #83C10E: hue angle of 80.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83C10E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.24 |
| HSL | 80.78º | 0.86% | 0.41% | - |
| HSV(B) | 80.78º | 0.93% | 0.76% | - |
| XYZ | 28.51 | 43 | 7.21 | - |
| YUV | 154.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 14 | 0.32 | 0 | 0.93 | 0.24 | 80.78 | 0.86 | 0.41 |
| Hex | 83 | C1 | E | 20 | 0 | 5D | 18 | 51 | 56 | 29 |
| Octal | 203 | 301 | 16 | 40 | 0 | 135 | 30 | 121 | 126 | 51 |
| Binary | 10000011 | 11000001 | 1110 | 100000 | 0 | 1011101 | 11000 | 1010001 | 1010110 | 101001 |
Color Harmonies of #83C10E
Complementary color
Monochromatic Colors of #83C10E
Black with #83C10E
Text Example
Text Example
White with #83C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C10E; }
p { color: rgb(131,193,14); }
H1.HeaderClassName
{
color: #83C10E;
}
.AnyTagClassName
{
color: #83C10E;
}
</style>
background-color css
<style>
a { background-color: #83C10E; }
a { background-color: rgb(131,193,14); }
div.DivClassName
{
background-color: #83C10E;
}
.BgClassName
{
background-color: #83C10E;
}
</style>
border-color css
<style>
span { border-color: #83C10E; }
span { border-color: rgb(131,193,14); }
td.TdClassName
{
border-color: #83C10E;
}
.TagClassName
{
border-color: #83C10E;
}
</style>