#7EAE21

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

Shades of Lima #7EAE21

Tints of Lima #7EAE21

Color information

#7EAE21 (or 0x7EAE21) is unknown color: approx Lima. HEX triplet: 7E, AE and 21. RGB value is (126,174,33). Sum of RGB (Red+Green+Blue) = 126+174+33=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE21 is #8151DE. Grayscale: #909090. Windows color (decimal): -8475103 or 2207358. OLE color: 2207358.

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

Color convert

RGB12617433-
CMYK0.2800.810.32
HSL80.43º68.12%40.59%-
HSV(B)80.43º81.03%68.24%-
XYZ24.0134.826.89-
YUV143.5765.6115.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=37.84%
G=52.25%
B=9.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126174330.2800.810.3280.4368.1240.59
Hex7EAE211C05120504429
Octal176256413401214012010451
Binary111111010101110100001111000101000110000010100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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