#7EB12A

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

Shades of Lima #7EB12A

Tints of Lima #7EB12A

Color information

#7EB12A (or 0x7EB12A) is unknown color: approx Lima. HEX triplet: 7E, B1 and 2A. RGB value is (126,177,42). Sum of RGB (Red+Green+Blue) = 126+177+42=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB12A is #814ED5. Grayscale: #929292. Windows color (decimal): -8474326 or 2797950. OLE color: 2797950.

HSL color Cylindrical-coordinate representation of color #7EB12A: hue angle of 82.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EB12A is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB12617742-
CMYK0.2900.760.31
HSL82.67º61.64%42.94%-
HSV(B)82.67º76.27%69.41%-
XYZ24.7436.057.84-
YUV146.3669.1113.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.52%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=36.52%
G=51.30%
B=12.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126177420.2900.760.3182.6761.6442.94
Hex7EB12A1D04C1F533e2b
Octal17626152350114371237653
Binary1111110101100011010101110101001100111111010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,177,42); }

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

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

 a { background-color: rgb(126,177,42); }

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

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

 span { border-color: rgb(126,177,42); }

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