#7EB030

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

Shades of Lima #7EB030

Tints of Lima #7EB030

Color information

#7EB030 (or 0x7EB030) is unknown color: approx Lima. HEX triplet: 7E, B0 and 30. RGB value is (126,176,48). Sum of RGB (Red+Green+Blue) = 126+176+48=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB030 is #814FCF. Grayscale: #929292. Windows color (decimal): -8474576 or 3190910. OLE color: 3190910.

HSL color Cylindrical-coordinate representation of color #7EB030: hue angle of 83.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EB030 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB12617648-
CMYK0.2800.730.31
HSL83.44º57.14%43.92%-
HSV(B)83.44º72.73%69.02%-
XYZ24.6635.78.39-
YUV146.4672.44113.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=36%
G=50.29%
B=13.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126176480.2800.730.3183.4457.1443.92
Hex7EB0301C0491F53392c
Octal17626060340111371237154
Binary1111110101100001100001110001001001111111010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,48); }

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

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

 a { background-color: rgb(126,176,48); }

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

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

 span { border-color: rgb(126,176,48); }

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