#7EAE29

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

Shades of Lima #7EAE29

Tints of Lima #7EAE29

Color information

#7EAE29 (or 0x7EAE29) is unknown color: approx Lima. HEX triplet: 7E, AE and 29. RGB value is (126,174,41). Sum of RGB (Red+Green+Blue) = 126+174+41=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE29 is #8151D6. Grayscale: #909090. Windows color (decimal): -8475095 or 2731646. OLE color: 2731646.

HSL color Cylindrical-coordinate representation of color #7EAE29: hue angle of 81.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EAE29 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB12617441-
CMYK0.2800.760.32
HSL81.65º61.86%42.16%-
HSV(B)81.65º76.44%68.24%-
XYZ24.1434.877.56-
YUV144.4969.6114.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=36.95%
G=51.03%
B=12.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174410.2800.760.3281.6561.8642.16
Hex7EAE291C04C20523e2a
Octal17625651340114401227652
Binary11111101010111010100111100010011001000001010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,174,41); }

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

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

 a { background-color: rgb(126,174,41); }

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

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

 span { border-color: rgb(126,174,41); }

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