#7EB12C

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

Shades of Lima #7EB12C

Tints of Lima #7EB12C

Color information

#7EB12C (or 0x7EB12C) is unknown color: approx Lima. HEX triplet: 7E, B1 and 2C. RGB value is (126,177,44). Sum of RGB (Red+Green+Blue) = 126+177+44=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB12C is #814ED3. Grayscale: #939393. Windows color (decimal): -8474324 or 2929022. OLE color: 2929022.

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

Color convert

RGB12617744-
CMYK0.2900.750.31
HSL83.01º60.18%43.33%-
HSV(B)83.01º75.14%69.41%-
XYZ24.7836.068.04-
YUV146.5970.1113.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=36.31%
G=51.01%
B=12.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126177440.2900.750.3183.0160.1843.33
Hex7EB12C1D04B1F533c2b
Octal17626154350113371237453
Binary1111110101100011011001110101001011111111010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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