#7EB92B

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

Shades of Lima #7EB92B

Tints of Lima #7EB92B

Color information

#7EB92B (or 0x7EB92B) is unknown color: approx Lima. HEX triplet: 7E, B9 and 2B. RGB value is (126,185,43). Sum of RGB (Red+Green+Blue) = 126+185+43=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB92B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB92B is #8146D4. Grayscale: #979797. Windows color (decimal): -8472277 or 2865534. OLE color: 2865534.

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

Color convert

RGB12618543-
CMYK0.3200.770.27
HSL84.93º62.28%44.71%-
HSV(B)84.93º76.76%72.55%-
XYZ26.3939.318.48-
YUV151.1766.95110.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.59%
GREEN value IS 185 (72.66% from 255) = 52.26%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=35.59%
G=52.26%
B=12.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126185430.3200.770.2784.9362.2844.71
Hex7EB92B2004D1B553e2d
Octal17627153400115331257655
Binary11111101011100110101110000001001101110111010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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