#2EB13D

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

Shades of Lime Green #2EB13D

Tints of Lime Green #2EB13D

Color information

#2EB13D (or 0x2EB13D) is unknown color: approx Lime Green. HEX triplet: 2E, B1 and 3D. RGB value is (46,177,61). Sum of RGB (Red+Green+Blue) = 46+177+61=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB13D is #D14EC2. Grayscale: #7C7C7C. Windows color (decimal): -13717187 or 4043054. OLE color: 4043054.

HSL color Cylindrical-coordinate representation of color #2EB13D: hue angle of 126.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB13D is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB4617761-
CMYK0.7400.660.31
HSL126.87º58.74%43.73%-
HSV(B)126.87º74.01%69.41%-
XYZ17.6932.369.73-
YUV124.6192.171.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 177 (69.53% from 255) = 62.32%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=16.20%
G=62.32%
B=21.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46177610.7400.660.31126.8758.7443.73
Hex2EB13D4A0421F7f3b2c
Octal56261751120102371777354
Binary10111010110001111101100101001000010111111111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,61); }

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

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

 a { background-color: rgb(46,177,61); }

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

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

 span { border-color: rgb(46,177,61); }

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