Html Css Color HEX #7DA21E Lima

📋 copy color: '#7DA21E'

red 125 ◦ green 162 ◦ blue 30

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

Shades of Lima #7DA21E

Tints of Lima #7DA21E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

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

R = 39.43%
G = 51.1%
B = 9.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#7DA21E (or 0x7DA21E) is known color: Lima. HEX triplet: 7D, A2 and 1E. RGB value is (125,162,30). Sum of RGB (Red+Green+Blue) = 125+162+30=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA21E is #825DE1. Grayscale: #888888. Windows color (decimal): -8543714 or 2007677. OLE color: 2007677.

HSL color Cylindrical-coordinate representation of color #7DA21E: hue angle of 76.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DA21E is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 30 -
CMYK 0.23 0 0.81 0.36
HSL 76.82º 0.69% 0.38% -
HSV(B) 76.82º 0.81% 0.64% -
XYZ 21.61 30.29 5.94 -
YUV 135.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 125 162 30 0.23 0 0.81 0.36 76.82 0.69 0.38
Hex 7D A2 1E 17 0 51 24 4D 45 26
Octal 175 242 36 27 0 121 44 115 105 46
Binary 1111101 10100010 11110 10111 0 1010001 100100 1001101 1000101 100110

Color Harmonies of #7DA21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA21E

Black with #7DA21E

Text Example


Text Example

White with #7DA21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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