#7EB32A

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

Shades of Lima #7EB32A

Tints of Lima #7EB32A

Color information

#7EB32A (or 0x7EB32A) is unknown color: approx Lima. HEX triplet: 7E, B3 and 2A. RGB value is (126,179,42). Sum of RGB (Red+Green+Blue) = 126+179+42=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB32A is #814CD5. Grayscale: #949494. Windows color (decimal): -8473814 or 2798462. OLE color: 2798462.

HSL color Cylindrical-coordinate representation of color #7EB32A: hue angle of 83.21º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EB32A is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB12617942-
CMYK0.3000.770.30
HSL83.21º61.99%43.33%-
HSV(B)83.21º76.54%70.2%-
XYZ25.1436.847.98-
YUV147.5468.44112.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=36.31%
G=51.59%
B=12.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal126179420.3000.770.3083.2161.9943.33
Hex7EB32A1E04D1E533e2b
Octal17626352360115361237653
Binary1111110101100111010101111001001101111101010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EB32A; }

 p { color: rgb(126,179,42); }

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

<style>
 a { background-color: #7EB32A; }

 a { background-color: rgb(126,179,42); }

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

<style>
 span { border-color: #7EB32A; }

 span { border-color: rgb(126,179,42); }

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