#7EB42D

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

Shades of Lima #7EB42D

Tints of Lima #7EB42D

Color information

#7EB42D (or 0x7EB42D) is unknown color: approx Lima. HEX triplet: 7E, B4 and 2D. RGB value is (126,180,45). Sum of RGB (Red+Green+Blue) = 126+180+45=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB42D is #814BD2. Grayscale: #949494. Windows color (decimal): -8473555 or 2995326. OLE color: 2995326.

HSL color Cylindrical-coordinate representation of color #7EB42D: hue angle of 84º 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 #7EB42D is Cyan = 0.3, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB12618045-
CMYK0.300.750.29
HSL84º60%44.12%-
HSV(B)84º75%70.59%-
XYZ25.437.278.34-
YUV148.4669.61111.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.90%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=35.90%
G=51.28%
B=12.82%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126180450.300.750.29846044.12
Hex7EB42D1E04B1D543c2c
Octal17626455360113351247454
Binary1111110101101001011011111001001011111011010100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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