#7EB524

Color #7EB524 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EB524

Tints of Lima #7EB524

Color information

#7EB524 (or 0x7EB524) is unknown color: approx Lima. HEX triplet: 7E, B5 and 24. RGB value is (126,181,36). Sum of RGB (Red+Green+Blue) = 126+181+36=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB524 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB524 is #814ADB. Grayscale: #949494. Windows color (decimal): -8473308 or 2405758. OLE color: 2405758.

HSL color Cylindrical-coordinate representation of color #7EB524: hue angle of 82.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EB524 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB12618136-
CMYK0.3000.800.29
HSL82.76º66.82%42.55%-
HSV(B)82.76º80.11%70.98%-
XYZ25.4537.617.59-
YUV148.0264.78112.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 36 (14.45% from 255) = 10.50%
R=36.73%
G=52.77%
B=10.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126181360.3000.800.2982.7666.8242.55
Hex7EB5241E0501D53432b
Octal176265443601203512310353
Binary11111101011010110010011110010100001110110100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,36); }

 H1.HeaderClassName
 {
   color: #7EB524;
 }
 .AnyTagClassName
 {
   color: #7EB524;
 }
</style>
background-color css

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

 a { background-color: rgb(126,181,36); }

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

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

 span { border-color: rgb(126,181,36); }

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