#7EB91E

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

Shades of Lima #7EB91E

Tints of Lima #7EB91E

Color information

#7EB91E (or 0x7EB91E) is unknown color: approx Lima. HEX triplet: 7E, B9 and 1E. RGB value is (126,185,30). Sum of RGB (Red+Green+Blue) = 126+185+30=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB91E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB91E is #8146E1. Grayscale: #969696. Windows color (decimal): -8472290 or 2013566. OLE color: 2013566.

HSL color Cylindrical-coordinate representation of color #7EB91E: hue angle of 82.84º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EB91E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB12618530-
CMYK0.3200.840.27
HSL82.84º72.09%42.16%-
HSV(B)82.84º83.78%72.55%-
XYZ26.1939.237.42-
YUV149.6960.45111.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 185 (72.66% from 255) = 54.25%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=36.95%
G=54.25%
B=8.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126185300.3200.840.2782.8472.0942.16
Hex7EB91E200541B53482a
Octal176271364001243312311052
Binary11111101011100111110100000010101001101110100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,185,30); }

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

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

 a { background-color: rgb(126,185,30); }

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

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

 span { border-color: rgb(126,185,30); }

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