#7EB538

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

Shades of Lima #7EB538

Tints of Lima #7EB538

Color information

#7EB538 (or 0x7EB538) is unknown color: approx Lima. HEX triplet: 7E, B5 and 38. RGB value is (126,181,56). Sum of RGB (Red+Green+Blue) = 126+181+56=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB538 is #814AC7. Grayscale: #969696. Windows color (decimal): -8473288 or 3716478. OLE color: 3716478.

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

Color convert

RGB12618156-
CMYK0.3000.690.29
HSL86.4º52.74%46.47%-
HSV(B)86.4º69.06%70.98%-
XYZ25.8437.779.67-
YUV150.374.78110.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.71%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=34.71%
G=49.86%
B=15.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126181560.3000.690.2986.452.7446.47
Hex7EB5381E0451D56352e
Octal17626570360105351266556
Binary1111110101101011110001111001000101111011010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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