#3EB740

Color #3EB740 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3EB740

Tints of Lime Green #3EB740

Color information

#3EB740 (or 0x3EB740) is unknown color: approx Lime Green. HEX triplet: 3E, B7 and 40. RGB value is (62,183,64). Sum of RGB (Red+Green+Blue) = 62+183+64=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #3EB740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB740 is #C148BF. Grayscale: #858585. Windows color (decimal): -12667072 or 4241214. OLE color: 4241214.

HSL color Cylindrical-coordinate representation of color #3EB740: hue angle of 120.99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB740 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB6218364-
CMYK0.6600.650.28
HSL120.99º49.39%48.04%-
HSV(B)120.99º66.12%71.76%-
XYZ19.8535.2610.61-
YUV133.2688.9177.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.06%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=20.06%
G=59.22%
B=20.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal62183640.6600.650.28120.9949.3948.04
Hex3EB740420411C793130
Octal762671001020101341716160
Binary111110101101111000000100001001000001111001111001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EB740; }

 p { color: rgb(62,183,64); }

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

<style>
 a { background-color: #3EB740; }

 a { background-color: rgb(62,183,64); }

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

<style>
 span { border-color: #3EB740; }

 span { border-color: rgb(62,183,64); }

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