#7EBD32

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

Shades of Lima #7EBD32

Tints of Lima #7EBD32

Color information

#7EBD32 (or 0x7EBD32) is unknown color: approx Lima. HEX triplet: 7E, BD and 32. RGB value is (126,189,50). Sum of RGB (Red+Green+Blue) = 126+189+50=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD32 is #8142CD. Grayscale: #9A9A9A. Windows color (decimal): -8471246 or 3325310. OLE color: 3325310.

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

Color convert

RGB12618950-
CMYK0.3300.740.26
HSL87.19º58.16%46.86%-
HSV(B)87.19º73.54%74.12%-
XYZ27.3841.069.5-
YUV154.3269.13107.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 189 (74.22% from 255) = 51.78%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=34.52%
G=51.78%
B=13.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126189500.3300.740.2687.1958.1646.86
Hex7EBD322104A1A573a2f
Octal17627562410112321277257
Binary11111101011110111001010000101001010110101010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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