Html Css Color HEX #7EAE26 Lima

📋 copy color: '#7EAE26'

red 126 ◦ green 174 ◦ blue 38

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

Shades of Lima #7EAE26

Tints of Lima #7EAE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 37.28%
G = 51.48%
B = 11.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#7EAE26 (or 0x7EAE26) is known color: Lima. HEX triplet: 7E, AE and 26. RGB value is (126,174,38). Sum of RGB (Red+Green+Blue) = 126+174+38=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE26 is #8151D9. Grayscale: #909090. Windows color (decimal): -8475098 or 2535038. OLE color: 2535038.

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

Color convert

RGB 126 174 38 -
CMYK 0.28 0 0.78 0.32
HSL 81.18º 0.64% 0.42% -
HSV(B) 81.18º 0.78% 0.68% -
XYZ 24.09 34.85 7.29 -
YUV 144.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 126 174 38 0.28 0 0.78 0.32 81.18 0.64 0.42
Hex 7E AE 26 1C 0 4E 20 51 40 2A
Octal 176 256 46 34 0 116 40 121 100 52
Binary 1111110 10101110 100110 11100 0 1001110 100000 1010001 1000000 101010

Color Harmonies of #7EAE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE26

Black with #7EAE26

Text Example


Text Example

White with #7EAE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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