Html Css Color HEX #7DA61E Lima

📋 copy color: '#7DA61E'

red 125 ◦ green 166 ◦ blue 30

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

Shades of Lima #7DA61E

Tints of Lima #7DA61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.71%

 BLUE value IS 30 (12.11% from 255) = 9.35%

R = 38.94%
G = 51.71%
B = 9.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#7DA61E (or 0x7DA61E) is known color: Lima. HEX triplet: 7D, A6 and 1E. RGB value is (125,166,30). Sum of RGB (Red+Green+Blue) = 125+166+30=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA61E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA61E is #8259E1. Grayscale: #8A8A8A. Windows color (decimal): -8542690 or 2008701. OLE color: 2008701.

HSL color Cylindrical-coordinate representation of color #7DA61E: hue angle of 78.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DA61E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 166 30 -
CMYK 0.25 0 0.82 0.35
HSL 78.09º 0.69% 0.38% -
HSV(B) 78.09º 0.82% 0.65% -
XYZ 22.33 31.73 6.18 -
YUV 138.24 66.92 118.56 -
System Red Green Blue C M Y K H S L
Decimal 125 166 30 0.25 0 0.82 0.35 78.09 0.69 0.38
Hex 7D A6 1E 19 0 52 23 4E 45 26
Octal 175 246 36 31 0 122 43 116 105 46
Binary 1111101 10100110 11110 11001 0 1010010 100011 1001110 1000101 100110

Color Harmonies of #7DA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA61E

Black with #7DA61E

Text Example


Text Example

White with #7DA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,30); }

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

background-color css

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

 a { background-color: rgb(125,166,30); }

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

border-color css

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

 span { border-color: rgb(125,166,30); }

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