#2EB52D

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

Shades of Lime Green #2EB52D

Tints of Lime Green #2EB52D

Color information

#2EB52D (or 0x2EB52D) is unknown color: approx Lime Green. HEX triplet: 2E, B5 and 2D. RGB value is (46,181,45). Sum of RGB (Red+Green+Blue) = 46+181+45=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB52D is #D14AD2. Grayscale: #7D7D7D. Windows color (decimal): -13716179 or 2995502. OLE color: 2995502.

HSL color Cylindrical-coordinate representation of color #2EB52D: hue angle of 119.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB52D is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB4618145-
CMYK0.7500.750.29
HSL119.56º60.18%44.31%-
HSV(B)119.56º75.14%70.98%-
XYZ18.1233.828.05-
YUV125.1382.7771.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.91%
GREEN value IS 181 (71.09% from 255) = 66.54%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=16.91%
G=66.54%
B=16.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46181450.7500.750.29119.5660.1844.31
Hex2EB52D4B04B1D783c2c
Octal56265551130113351707454
Binary10111010110101101101100101101001011111011111000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,181,45); }

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

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

 a { background-color: rgb(46,181,45); }

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

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

 span { border-color: rgb(46,181,45); }

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