#7EB528

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

Shades of Lima #7EB528

Tints of Lima #7EB528

Color information

#7EB528 (or 0x7EB528) is unknown color: approx Lima. HEX triplet: 7E, B5 and 28. RGB value is (126,181,40). Sum of RGB (Red+Green+Blue) = 126+181+40=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB528 is #814AD7. Grayscale: #949494. Windows color (decimal): -8473304 or 2667902. OLE color: 2667902.

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

Color convert

RGB12618140-
CMYK0.3000.780.29
HSL83.4º63.8%43.33%-
HSV(B)83.4º77.9%70.98%-
XYZ25.5137.647.93-
YUV148.4866.78111.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=36.31%
G=52.16%
B=11.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126181400.3000.780.2983.463.843.33
Hex7EB5281E04E1D53402b
Octal176265503601163512310053
Binary11111101011010110100011110010011101110110100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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