#7EBB3A

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

Shades of Lima #7EBB3A

Tints of Lima #7EBB3A

Color information

#7EBB3A (or 0x7EBB3A) is unknown color: approx Lima. HEX triplet: 7E, BB and 3A. RGB value is (126,187,58). Sum of RGB (Red+Green+Blue) = 126+187+58=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBB3A is #8144C5. Grayscale: #9A9A9A. Windows color (decimal): -8471750 or 3849086. OLE color: 3849086.

HSL color Cylindrical-coordinate representation of color #7EBB3A: hue angle of 88.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EBB3A is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB12618758-
CMYK0.3300.690.27
HSL88.37º52.65%48.04%-
HSV(B)88.37º68.98%73.33%-
XYZ27.1440.2810.35-
YUV154.0573.79107.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 58 (23.05% from 255) = 15.63%
R=33.96%
G=50.40%
B=15.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126187580.3300.690.2788.3752.6548.04
Hex7EBB3A210451B583530
Octal17627372410105331306560
Binary11111101011101111101010000101000101110111011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,187,58); }

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

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

 a { background-color: rgb(126,187,58); }

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

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

 span { border-color: rgb(126,187,58); }

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