Shades of Lima #83C20E
Tints of Lima #83C20E
RGB
CMYK
RGB Variations
Color information
#83C20E (or 0x83C20E) is known color: Lima. HEX triplet: 83, C2 and 0E. RGB value is (131,194,14). Sum of RGB (Red+Green+Blue) = 131+194+14=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #83C20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C20E is #7C3DF1. Grayscale: #9B9B9B. Windows color (decimal): -8142322 or 967299. OLE color: 967299.
HSL color Cylindrical-coordinate representation of color #83C20E: hue angle of 81º degrees, saturation: 0.87, 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 #83C20E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 194 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.24 |
| HSL | 81º | 0.87% | 0.41% | - |
| HSV(B) | 81º | 0.93% | 0.76% | - |
| XYZ | 28.73 | 43.44 | 7.29 | - |
| YUV | 154.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 14 | 0.32 | 0 | 0.93 | 0.24 | 81 | 0.87 | 0.41 |
| Hex | 83 | C2 | E | 20 | 0 | 5D | 18 | 51 | 57 | 29 |
| Octal | 203 | 302 | 16 | 40 | 0 | 135 | 30 | 121 | 127 | 51 |
| Binary | 10000011 | 11000010 | 1110 | 100000 | 0 | 1011101 | 11000 | 1010001 | 1010111 | 101001 |
Color Harmonies of #83C20E
Complementary color
Monochromatic Colors of #83C20E
Black with #83C20E
Text Example
Text Example
White with #83C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C20E; }
p { color: rgb(131,194,14); }
H1.HeaderClassName
{
color: #83C20E;
}
.AnyTagClassName
{
color: #83C20E;
}
</style>
background-color css
<style>
a { background-color: #83C20E; }
a { background-color: rgb(131,194,14); }
div.DivClassName
{
background-color: #83C20E;
}
.BgClassName
{
background-color: #83C20E;
}
</style>
border-color css
<style>
span { border-color: #83C20E; }
span { border-color: rgb(131,194,14); }
td.TdClassName
{
border-color: #83C20E;
}
.TagClassName
{
border-color: #83C20E;
}
</style>