#2EBA46

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

Shades of Lime Green #2EBA46

Tints of Lime Green #2EBA46

Color information

#2EBA46 (or 0x2EBA46) is unknown color: approx Lime Green. HEX triplet: 2E, BA and 46. RGB value is (46,186,70). Sum of RGB (Red+Green+Blue) = 46+186+70=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA46 is #D145B9. Grayscale: #838383. Windows color (decimal): -13714874 or 4635182. OLE color: 4635182.

HSL color Cylindrical-coordinate representation of color #2EBA46: hue angle of 130.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA46 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB4618670-
CMYK0.7500.620.27
HSL130.29º60.34%45.49%-
HSV(B)130.29º75.27%72.94%-
XYZ19.7936.1411.73-
YUV130.9293.6267.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.23%
GREEN value IS 186 (73.05% from 255) = 61.59%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=15.23%
G=61.59%
B=23.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46186700.7500.620.27130.2960.3445.49
Hex2EBA464B03E1B823c2d
Octal56272106113076332027455
Binary101110101110101000110100101101111101101110000010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EBA46; }

 p { color: rgb(46,186,70); }

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

<style>
 a { background-color: #2EBA46; }

 a { background-color: rgb(46,186,70); }

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

<style>
 span { border-color: #2EBA46; }

 span { border-color: rgb(46,186,70); }

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