#7EBD2B

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

Shades of Lima #7EBD2B

Tints of Lima #7EBD2B

Color information

#7EBD2B (or 0x7EBD2B) is unknown color: approx Lima. HEX triplet: 7E, BD and 2B. RGB value is (126,189,43). Sum of RGB (Red+Green+Blue) = 126+189+43=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD2B is #8142D4. Grayscale: #9A9A9A. Windows color (decimal): -8471253 or 2866558. OLE color: 2866558.

HSL color Cylindrical-coordinate representation of color #7EBD2B: hue angle of 85.89º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EBD2B is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB12618943-
CMYK0.3300.770.26
HSL85.89º62.93%45.49%-
HSV(B)85.89º77.25%74.12%-
XYZ27.2441.018.76-
YUV153.5265.63108.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 189 (74.22% from 255) = 52.79%
BLUE value IS 43 (17.19% from 255) = 12.01%
R=35.20%
G=52.79%
B=12.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126189430.3300.770.2685.8962.9345.49
Hex7EBD2B2104D1A563f2d
Octal17627553410115321267755
Binary11111101011110110101110000101001101110101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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