#83B30A

Color #83B30A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83B30A

Tints of Lima #83B30A

Color information

#83B30A (or 0x83B30A) is unknown color: approx Lima. HEX triplet: 83, B3 and 0A. RGB value is (131,179,10). Sum of RGB (Red+Green+Blue) = 131+179+10=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #83B30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B30A is #7C4CF5. Grayscale: #929292. Windows color (decimal): -8146166 or 701315. OLE color: 701315.

HSL color Cylindrical-coordinate representation of color #83B30A: hue angle of 77.04º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83B30A is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB13117910-
CMYK0.2700.940.30
HSL77.04º89.42%37.06%-
HSV(B)77.04º94.41%70.2%-
XYZ25.5337.096.1-
YUV145.3851.6117.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 179 (70.31% from 255) = 55.94%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=40.94%
G=55.94%
B=3.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131179100.2700.940.3077.0489.4237.06
Hex83B3A1B05E1E4d5925
Octal203263123301363611513145
Binary1000001110110011101011011010111101111010011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B30A; }

 p { color: rgb(131,179,10); }

 H1.HeaderClassName
 {
   color: #83B30A;
 }
 .AnyTagClassName
 {
   color: #83B30A;
 }
</style>
background-color css

<style>
 a { background-color: #83B30A; }

 a { background-color: rgb(131,179,10); }

 div.DivClassName
 {
   background-color: #83B30A;
 }
 .BgClassName
 {
   background-color: #83B30A;
 }
</style>
border-color css

<style>
 span { border-color: #83B30A; }

 span { border-color: rgb(131,179,10); }

 td.TdClassName
 {
   border-color: #83B30A;
 }
 .TagClassName
 {
   border-color: #83B30A;
 }
</style>