Html Css Color HEX #7DAB29 Lima

📋 copy color: '#7DAB29'

red 125 ◦ green 171 ◦ blue 41

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

Shades of Lima #7DAB29

Tints of Lima #7DAB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 41 (16.41% from 255) = 12.17%

R = 37.09%
G = 50.74%
B = 12.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#7DAB29 (or 0x7DAB29) is known color: Lima. HEX triplet: 7D, AB and 29. RGB value is (125,171,41). Sum of RGB (Red+Green+Blue) = 125+171+41=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB29 is #8254D6. Grayscale: #8E8E8E. Windows color (decimal): -8541399 or 2730877. OLE color: 2730877.

HSL color Cylindrical-coordinate representation of color #7DAB29: hue angle of 81.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DAB29 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 41 -
CMYK 0.27 0 0.76 0.33
HSL 81.23º 0.61% 0.42% -
HSV(B) 81.23º 0.76% 0.67% -
XYZ 23.42 33.65 7.36 -
YUV 142.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 125 171 41 0.27 0 0.76 0.33 81.23 0.61 0.42
Hex 7D AB 29 1B 0 4C 21 51 3D 2A
Octal 175 253 51 33 0 114 41 121 75 52
Binary 1111101 10101011 101001 11011 0 1001100 100001 1010001 111101 101010

Color Harmonies of #7DAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB29

Black with #7DAB29

Text Example


Text Example

White with #7DAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,41); }

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

background-color css

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

 a { background-color: rgb(125,171,41); }

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

border-color css

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

 span { border-color: rgb(125,171,41); }

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