Shades of Lima #83C220
Tints of Lima #83C220
RGB
CMYK
RGB Variations
Color information
#83C220 (or 0x83C220) is known color: Lima. HEX triplet: 83, C2 and 20. RGB value is (131,194,32). Sum of RGB (Red+Green+Blue) = 131+194+32=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #83C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C220 is #7C3DDF. Grayscale: #9D9D9D. Windows color (decimal): -8142304 or 2146947. OLE color: 2146947.
HSL color Cylindrical-coordinate representation of color #83C220: hue angle of 83.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83C220 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 194 | 32 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.24 |
| HSL | 83.33º | 0.72% | 0.44% | - |
| HSV(B) | 83.33º | 0.84% | 0.76% | - |
| XYZ | 28.91 | 43.51 | 8.24 | - |
| YUV | 156.7 | 57.63 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 32 | 0.32 | 0 | 0.84 | 0.24 | 83.33 | 0.72 | 0.44 |
| Hex | 83 | C2 | 20 | 20 | 0 | 54 | 18 | 53 | 48 | 2C |
| Octal | 203 | 302 | 40 | 40 | 0 | 124 | 30 | 123 | 110 | 54 |
| Binary | 10000011 | 11000010 | 100000 | 100000 | 0 | 1010100 | 11000 | 1010011 | 1001000 | 101100 |
Color Harmonies of #83C220
Complementary color
Monochromatic Colors of #83C220
Black with #83C220
Text Example
Text Example
White with #83C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C220; }
p { color: rgb(131,194,32); }
H1.HeaderClassName
{
color: #83C220;
}
.AnyTagClassName
{
color: #83C220;
}
</style>
background-color css
<style>
a { background-color: #83C220; }
a { background-color: rgb(131,194,32); }
div.DivClassName
{
background-color: #83C220;
}
.BgClassName
{
background-color: #83C220;
}
</style>
border-color css
<style>
span { border-color: #83C220; }
span { border-color: rgb(131,194,32); }
td.TdClassName
{
border-color: #83C220;
}
.TagClassName
{
border-color: #83C220;
}
</style>