Shades of Lima #83D011
Tints of Lima #83D011
RGB
CMYK
RGB Variations
Color information
#83D011 (or 0x83D011) is known color: Lima. HEX triplet: 83, D0 and 11. RGB value is (131,208,17). Sum of RGB (Red+Green+Blue) = 131+208+17=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #83D011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D011 is #7C2FEE. Grayscale: #A3A3A3. Windows color (decimal): -8138735 or 1167491. OLE color: 1167491.
HSL color Cylindrical-coordinate representation of color #83D011: hue angle of 84.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83D011 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 17 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.18 |
| HSL | 84.19º | 0.85% | 0.44% | - |
| HSV(B) | 84.19º | 0.92% | 0.82% | - |
| XYZ | 32.02 | 49.98 | 8.49 | - |
| YUV | 163.2 | 45.49 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 17 | 0.37 | 0 | 0.92 | 0.18 | 84.19 | 0.85 | 0.44 |
| Hex | 83 | D0 | 11 | 25 | 0 | 5C | 12 | 54 | 55 | 2C |
| Octal | 203 | 320 | 21 | 45 | 0 | 134 | 22 | 124 | 125 | 54 |
| Binary | 10000011 | 11010000 | 10001 | 100101 | 0 | 1011100 | 10010 | 1010100 | 1010101 | 101100 |
Color Harmonies of #83D011
Complementary color
Monochromatic Colors of #83D011
Black with #83D011
Text Example
Text Example
White with #83D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D011; }
p { color: rgb(131,208,17); }
H1.HeaderClassName
{
color: #83D011;
}
.AnyTagClassName
{
color: #83D011;
}
</style>
background-color css
<style>
a { background-color: #83D011; }
a { background-color: rgb(131,208,17); }
div.DivClassName
{
background-color: #83D011;
}
.BgClassName
{
background-color: #83D011;
}
</style>
border-color css
<style>
span { border-color: #83D011; }
span { border-color: rgb(131,208,17); }
td.TdClassName
{
border-color: #83D011;
}
.TagClassName
{
border-color: #83D011;
}
</style>