#7EB306

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

Shades of Lima #7EB306

Tints of Lima #7EB306

Color information

#7EB306 (or 0x7EB306) is unknown color: approx Lima. HEX triplet: 7E, B3 and 06. RGB value is (126,179,6). Sum of RGB (Red+Green+Blue) = 126+179+6=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB306 is #814CF9. Grayscale: #909090. Windows color (decimal): -8473850 or 439166. OLE color: 439166.

HSL color Cylindrical-coordinate representation of color #7EB306: hue angle of 78.38º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EB306 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1261796-
CMYK0.3000.970.30
HSL78.38º93.51%36.27%-
HSV(B)78.38º96.65%70.2%-
XYZ24.7636.695.95-
YUV143.4350.44115.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 179 (70.31% from 255) = 57.56%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=40.51%
G=57.56%
B=1.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12617960.3000.970.3078.3893.5136.27
Hex7EB361E0611E4e5e24
Octal17626363601413611613644
Binary11111101011001111011110011000011111010011101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,179,6); }

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

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

 a { background-color: rgb(126,179,6); }

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

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

 span { border-color: rgb(126,179,6); }

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