#7EBC2C

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

Shades of Lima #7EBC2C

Tints of Lima #7EBC2C

Color information

#7EBC2C (or 0x7EBC2C) is unknown color: approx Lima. HEX triplet: 7E, BC and 2C. RGB value is (126,188,44). Sum of RGB (Red+Green+Blue) = 126+188+44=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC2C is #8143D3. Grayscale: #999999. Windows color (decimal): -8471508 or 2931838. OLE color: 2931838.

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

Color convert

RGB12618844-
CMYK0.3300.770.26
HSL85.83º62.07%45.49%-
HSV(B)85.83º76.6%73.73%-
XYZ27.0440.588.79-
YUV153.0566.46108.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 188 (73.83% from 255) = 52.51%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=35.20%
G=52.51%
B=12.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126188440.3300.770.2685.8362.0745.49
Hex7EBC2C2104D1A563e2d
Octal17627454410115321267655
Binary11111101011110010110010000101001101110101010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,188,44); }

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

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

 a { background-color: rgb(126,188,44); }

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

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

 span { border-color: rgb(126,188,44); }

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