#7EC52B

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

Shades of Lima #7EC52B

Tints of Lima #7EC52B

Color information

#7EC52B (or 0x7EC52B) is unknown color: approx Lima. HEX triplet: 7E, C5 and 2B. RGB value is (126,197,43). Sum of RGB (Red+Green+Blue) = 126+197+43=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC52B is #813AD4. Grayscale: #9E9E9E. Windows color (decimal): -8469205 or 2868606. OLE color: 2868606.

HSL color Cylindrical-coordinate representation of color #7EC52B: hue angle of 87.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EC52B is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB12619743-
CMYK0.3600.780.23
HSL87.66º64.17%47.06%-
HSV(B)87.66º78.17%77.25%-
XYZ29.0144.549.35-
YUV158.2162.98105.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 197 (77.34% from 255) = 53.83%
BLUE value IS 43 (17.19% from 255) = 11.75%
R=34.43%
G=53.83%
B=11.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal126197430.3600.780.2387.6664.1747.06
Hex7EC52B2404E1758402f
Octal176305534401162713010057
Binary111111011000101101011100100010011101011110110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,197,43); }

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

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

 a { background-color: rgb(126,197,43); }

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

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

 span { border-color: rgb(126,197,43); }

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