#7EBA2B

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

Shades of Lima #7EBA2B

Tints of Lima #7EBA2B

Color information

#7EBA2B (or 0x7EBA2B) is unknown color: approx Lima. HEX triplet: 7E, BA and 2B. RGB value is (126,186,43). Sum of RGB (Red+Green+Blue) = 126+186+43=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA2B is #8145D4. Grayscale: #989898. Windows color (decimal): -8472021 or 2865790. OLE color: 2865790.

HSL color Cylindrical-coordinate representation of color #7EBA2B: hue angle of 85.17º 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 #7EBA2B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB12618643-
CMYK0.3200.770.27
HSL85.17º62.45%44.9%-
HSV(B)85.17º76.88%72.94%-
XYZ26.639.738.55-
YUV151.7666.62109.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.49%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=35.49%
G=52.39%
B=12.11%

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
Decimal126186430.3200.770.2785.1762.4544.9
Hex7EBA2B2004D1B553e2d
Octal17627253400115331257655
Binary11111101011101010101110000001001101110111010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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