#84B31E

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

Shades of Lima #84B31E

Tints of Lima #84B31E

Color information

#84B31E (or 0x84B31E) is unknown color: approx Lima. HEX triplet: 84, B3 and 1E. RGB value is (132,179,30). Sum of RGB (Red+Green+Blue) = 132+179+30=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #84B31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B31E is #7B4CE1. Grayscale: #949494. Windows color (decimal): -8080610 or 2012036. OLE color: 2012036.

HSL color Cylindrical-coordinate representation of color #84B31E: hue angle of 78.93º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84B31E is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB13217930-
CMYK0.2600.830.30
HSL78.93º71.29%40.98%-
HSV(B)78.93º83.24%70.2%-
XYZ25.8737.247.05-
YUV147.9661.43116.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=38.71%
G=52.49%
B=8.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132179300.2600.830.3078.9371.2940.98
Hex84B31E1A0531E4f4729
Octal204263363201233611710751
Binary10000100101100111111011010010100111111010011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B31E; }

 p { color: rgb(132,179,30); }

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

<style>
 a { background-color: #84B31E; }

 a { background-color: rgb(132,179,30); }

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

<style>
 span { border-color: #84B31E; }

 span { border-color: rgb(132,179,30); }

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