#7EB21E

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

Shades of Lima #7EB21E

Tints of Lima #7EB21E

Color information

#7EB21E (or 0x7EB21E) is unknown color: approx Lima. HEX triplet: 7E, B2 and 1E. RGB value is (126,178,30). Sum of RGB (Red+Green+Blue) = 126+178+30=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 178 (69.92% from 255 or 53.29% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB21E is #814DE1. Grayscale: #929292. Windows color (decimal): -8474082 or 2011774. OLE color: 2011774.

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

Color convert

RGB12617830-
CMYK0.2900.830.30
HSL81.08º71.15%40.78%-
HSV(B)81.08º83.15%69.8%-
XYZ24.7636.376.94-
YUV145.5862.77114.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 178 (69.92% from 255) = 53.29%
BLUE value IS 30 (12.11% from 255) = 8.98%
R=37.72%
G=53.29%
B=8.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal126178300.2900.830.3081.0871.1540.78
Hex7EB21E1D0531E514729
Octal176262363501233612110751
Binary1111110101100101111011101010100111111010100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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