#7EB316

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

Shades of Lima #7EB316

Tints of Lima #7EB316

Color information

#7EB316 (or 0x7EB316) is unknown color: approx Lima. HEX triplet: 7E, B3 and 16. RGB value is (126,179,22). Sum of RGB (Red+Green+Blue) = 126+179+22=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB316 is #814CE9. Grayscale: #919191. Windows color (decimal): -8473834 or 1487742. OLE color: 1487742.

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

Color convert

RGB12617922-
CMYK0.3000.880.30
HSL80.25º78.11%39.41%-
HSV(B)80.25º87.71%70.2%-
XYZ24.8736.736.54-
YUV145.2658.44114.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 179 (70.31% from 255) = 54.74%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=38.53%
G=54.74%
B=6.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal126179220.3000.880.3080.2578.1139.41
Hex7EB3161E0581E504e27
Octal176263263601303612011647
Binary1111110101100111011011110010110001111010100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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