Html Css Color HEX #7EAE1E Lima

📋 copy color: '#7EAE1E'

red 126 ◦ green 174 ◦ blue 30

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

Shades of Lima #7EAE1E

Tints of Lima #7EAE1E

RGB

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

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

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

R = 38.18%
G = 52.73%
B = 9.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#7EAE1E (or 0x7EAE1E) is known color: Lima. HEX triplet: 7E, AE and 1E. RGB value is (126,174,30). Sum of RGB (Red+Green+Blue) = 126+174+30=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE1E is #8151E1. Grayscale: #8F8F8F. Windows color (decimal): -8475106 or 2010750. OLE color: 2010750.

HSL color Cylindrical-coordinate representation of color #7EAE1E: hue angle of 80º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7EAE1E is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 174 30 -
CMYK 0.28 0 0.83 0.32
HSL 80º 0.71% 0.4% -
HSV(B) 80º 0.83% 0.68% -
XYZ 23.97 34.8 6.68 -
YUV 143.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 126 174 30 0.28 0 0.83 0.32 80 0.71 0.4
Hex 7E AE 1E 1C 0 53 20 50 47 28
Octal 176 256 36 34 0 123 40 120 107 50
Binary 1111110 10101110 11110 11100 0 1010011 100000 1010000 1000111 101000

Color Harmonies of #7EAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE1E

Black with #7EAE1E

Text Example


Text Example

White with #7EAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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