#2EBA42

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

Shades of Lime Green #2EBA42

Tints of Lime Green #2EBA42

Color information

#2EBA42 (or 0x2EBA42) is unknown color: approx Lime Green. HEX triplet: 2E, BA and 42. RGB value is (46,186,66). Sum of RGB (Red+Green+Blue) = 46+186+66=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBA42 is #D145BD. Grayscale: #828282. Windows color (decimal): -13714878 or 4373038. OLE color: 4373038.

HSL color Cylindrical-coordinate representation of color #2EBA42: hue angle of 128.57º 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 #2EBA42 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB4618666-
CMYK0.7500.650.27
HSL128.57º60.34%45.49%-
HSV(B)128.57º75.27%72.94%-
XYZ19.6736.0911.08-
YUV130.4691.6267.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=15.44%
G=62.42%
B=22.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46186660.7500.650.27128.5760.3445.49
Hex2EBA424B0411B813c2d
Octal562721021130101332017455
Binary1011101011101010000101001011010000011101110000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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