#7EB42F

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

Shades of Lima #7EB42F

Tints of Lima #7EB42F

Color information

#7EB42F (or 0x7EB42F) is unknown color: approx Lima. HEX triplet: 7E, B4 and 2F. RGB value is (126,180,47). Sum of RGB (Red+Green+Blue) = 126+180+47=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB42F is #814BD0. Grayscale: #959595. Windows color (decimal): -8473553 or 3126398. OLE color: 3126398.

HSL color Cylindrical-coordinate representation of color #7EB42F: hue angle of 84.36º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EB42F is Cyan = 0.3, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB12618047-
CMYK0.300.740.29
HSL84.36º58.59%44.51%-
HSV(B)84.36º73.89%70.59%-
XYZ25.4437.288.54-
YUV148.6970.61111.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 47 (18.75% from 255) = 13.31%
R=35.69%
G=50.99%
B=13.31%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126180470.300.740.2984.3658.5944.51
Hex7EB42F1E04A1D543b2d
Octal17626457360112351247355
Binary1111110101101001011111111001001010111011010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,47); }

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

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

 a { background-color: rgb(126,180,47); }

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

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

 span { border-color: rgb(126,180,47); }

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