#7EBE13

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

Shades of Lima #7EBE13

Tints of Lima #7EBE13

Color information

#7EBE13 (or 0x7EBE13) is unknown color: approx Lima. HEX triplet: 7E, BE and 13. RGB value is (126,190,19). Sum of RGB (Red+Green+Blue) = 126+190+19=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBE13 is #8141EC. Grayscale: #979797. Windows color (decimal): -8471021 or 1293950. OLE color: 1293950.

HSL color Cylindrical-coordinate representation of color #7EBE13: hue angle of 82.46º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EBE13 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB12619019-
CMYK0.3400.900.25
HSL82.46º81.82%40.98%-
HSV(B)82.46º90%74.51%-
XYZ27.1441.317.16-
YUV151.3753.3109.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 19 (7.81% from 255) = 5.67%
R=37.61%
G=56.72%
B=5.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126190190.3400.900.2582.4681.8240.98
Hex7EBE132205A19525229
Octal176276234201323112212251
Binary11111101011111010011100010010110101100110100101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,19); }

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

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

 a { background-color: rgb(126,190,19); }

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

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

 span { border-color: rgb(126,190,19); }

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