#7EBD2E

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

Shades of Lima #7EBD2E

Tints of Lima #7EBD2E

Color information

#7EBD2E (or 0x7EBD2E) is unknown color: approx Lima. HEX triplet: 7E, BD and 2E. RGB value is (126,189,46). Sum of RGB (Red+Green+Blue) = 126+189+46=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD2E is #8142D1. Grayscale: #9A9A9A. Windows color (decimal): -8471250 or 3063166. OLE color: 3063166.

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

Color convert

RGB12618946-
CMYK0.3300.760.26
HSL86.43º60.85%46.08%-
HSV(B)86.43º75.66%74.12%-
XYZ27.2941.039.07-
YUV153.8667.13108.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 189 (74.22% from 255) = 52.35%
BLUE value IS 46 (18.36% from 255) = 12.74%
R=34.90%
G=52.35%
B=12.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126189460.3300.760.2686.4360.8546.08
Hex7EBD2E2104C1A563d2e
Octal17627556410114321267556
Binary11111101011110110111010000101001100110101010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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