Html Css Color HEX #7EAE22 Lima

📋 copy color: '#7EAE22'

red 126 ◦ green 174 ◦ blue 34

#7EAE22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7EAE22

Tints of Lima #7EAE22

RGB

 RED value IS 126 (49.61% from 255) = 37.72%

 GREEN value IS 174 (68.36% from 255) = 52.1%

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 37.72%
G = 52.1%
B = 10.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#7EAE22 (or 0x7EAE22) is known color: Lima. HEX triplet: 7E, AE and 22. RGB value is (126,174,34). Sum of RGB (Red+Green+Blue) = 126+174+34=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE22 is #8151DD. Grayscale: #909090. Windows color (decimal): -8475102 or 2272894. OLE color: 2272894.

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

Color convert

RGB 126 174 34 -
CMYK 0.28 0 0.80 0.32
HSL 80.57º 0.67% 0.41% -
HSV(B) 80.57º 0.8% 0.68% -
XYZ 24.03 34.82 6.97 -
YUV 143.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 126 174 34 0.28 0 0.80 0.32 80.57 0.67 0.41
Hex 7E AE 22 1C 0 50 20 51 43 29
Octal 176 256 42 34 0 120 40 121 103 51
Binary 1111110 10101110 100010 11100 0 1010000 100000 1010001 1000011 101001

Color Harmonies of #7EAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE22

Black with #7EAE22

Text Example


Text Example

White with #7EAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EAE22;
 }
 .AnyTagClassName
 {
   color: #7EAE22;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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