#7EB235

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

Shades of Lima #7EB235

Tints of Lima #7EB235

Color information

#7EB235 (or 0x7EB235) is unknown color: approx Lima. HEX triplet: 7E, B2 and 35. RGB value is (126,178,53). Sum of RGB (Red+Green+Blue) = 126+178+53=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB235 is #814DCA. Grayscale: #949494. Windows color (decimal): -8474059 or 3519102. OLE color: 3519102.

HSL color Cylindrical-coordinate representation of color #7EB235: hue angle of 84.96º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EB235 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB12617853-
CMYK0.2900.700.30
HSL84.96º54.11%45.29%-
HSV(B)84.96º70.22%69.8%-
XYZ25.1736.539.09-
YUV148.274.27112.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=35.29%
G=49.86%
B=14.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal126178530.2900.700.3084.9654.1145.29
Hex7EB2351D0461E55362d
Octal17626265350106361256655
Binary1111110101100101101011110101000110111101010101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,178,53); }

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

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

 a { background-color: rgb(126,178,53); }

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

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

 span { border-color: rgb(126,178,53); }

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