#7EC31A

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

Shades of Lima #7EC31A

Tints of Lima #7EC31A

Color information

#7EC31A (or 0x7EC31A) is unknown color: approx Lima. HEX triplet: 7E, C3 and 1A. RGB value is (126,195,26). Sum of RGB (Red+Green+Blue) = 126+195+26=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC31A is #813CE5. Grayscale: #9B9B9B. Windows color (decimal): -8469734 or 1753982. OLE color: 1753982.

HSL color Cylindrical-coordinate representation of color #7EC31A: hue angle of 84.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7EC31A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB12619526-
CMYK0.3500.870.24
HSL84.5º76.47%43.33%-
HSV(B)84.5º86.67%76.47%-
XYZ28.3143.547.89-
YUV155.155.14107.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 195 (76.56% from 255) = 56.20%
BLUE value IS 26 (10.55% from 255) = 7.49%
R=36.31%
G=56.20%
B=7.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126195260.3500.870.2484.576.4743.33
Hex7EC31A2305718544c2b
Octal176303324301273012411453
Binary11111101100001111010100011010101111100010101001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,195,26); }

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

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

 a { background-color: rgb(126,195,26); }

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

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

 span { border-color: rgb(126,195,26); }

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