Html Css Color HEX #7DAE22 Lima

📋 copy color: '#7DAE22'

red 125 ◦ green 174 ◦ blue 34

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

Shades of Lima #7DAE22

Tints of Lima #7DAE22

RGB

 RED value IS 125 (49.22% from 255) = 37.54%

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

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

R = 37.54%
G = 52.25%
B = 10.21%

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

#7DAE22 (or 0x7DAE22) is known color: Lima. HEX triplet: 7D, AE and 22. RGB value is (125,174,34). Sum of RGB (Red+Green+Blue) = 125+174+34=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE22 is #8251DD. Grayscale: #8F8F8F. Windows color (decimal): -8540638 or 2272893. OLE color: 2272893.

HSL color Cylindrical-coordinate representation of color #7DAE22: hue angle of 81º 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 #7DAE22 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 34 -
CMYK 0.28 0 0.80 0.32
HSL 81º 0.67% 0.41% -
HSV(B) 81º 0.8% 0.68% -
XYZ 23.88 34.75 6.96 -
YUV 143.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 125 174 34 0.28 0 0.80 0.32 81 0.67 0.41
Hex 7D AE 22 1C 0 50 20 51 43 29
Octal 175 256 42 34 0 120 40 121 103 51
Binary 1111101 10101110 100010 11100 0 1010000 100000 1010001 1000011 101001

Color Harmonies of #7DAE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE22

Black with #7DAE22

Text Example


Text Example

White with #7DAE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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