#7EB52D

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

Shades of Lima #7EB52D

Tints of Lima #7EB52D

Color information

#7EB52D (or 0x7EB52D) is unknown color: approx Lima. HEX triplet: 7E, B5 and 2D. RGB value is (126,181,45). Sum of RGB (Red+Green+Blue) = 126+181+45=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB52D is #814AD2. Grayscale: #959595. Windows color (decimal): -8473299 or 2995582. OLE color: 2995582.

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

Color convert

RGB12618145-
CMYK0.3000.750.29
HSL84.26º60.18%44.31%-
HSV(B)84.26º75.14%70.98%-
XYZ25.637.678.4-
YUV149.0569.28111.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 181 (71.09% from 255) = 51.42%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=35.80%
G=51.42%
B=12.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126181450.3000.750.2984.2660.1844.31
Hex7EB52D1E04B1D543c2c
Octal17626555360113351247454
Binary1111110101101011011011111001001011111011010100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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