#2EB53C

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

Shades of Lime Green #2EB53C

Tints of Lime Green #2EB53C

Color information

#2EB53C (or 0x2EB53C) is unknown color: approx Lime Green. HEX triplet: 2E, B5 and 3C. RGB value is (46,181,60). Sum of RGB (Red+Green+Blue) = 46+181+60=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB53C is #D14AC3. Grayscale: #7F7F7F. Windows color (decimal): -13716164 or 3978542. OLE color: 3978542.

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

Color convert

RGB4618160-
CMYK0.7500.670.29
HSL126.22º59.47%44.51%-
HSV(B)126.22º74.59%70.98%-
XYZ18.4733.959.86-
YUV126.8490.2770.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 181 (71.09% from 255) = 63.07%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=16.03%
G=63.07%
B=20.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46181600.7500.670.29126.2259.4744.51
Hex2EB53C4B0431D7e3b2d
Octal56265741130103351767355
Binary10111010110101111100100101101000011111011111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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