#2EB32A

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

Shades of Lime Green #2EB32A

Tints of Lime Green #2EB32A

Color information

#2EB32A (or 0x2EB32A) is unknown color: approx Lime Green. HEX triplet: 2E, B3 and 2A. RGB value is (46,179,42). Sum of RGB (Red+Green+Blue) = 46+179+42=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB32A is #D14CD5. Grayscale: #7C7C7C. Windows color (decimal): -13716694 or 2798382. OLE color: 2798382.

HSL color Cylindrical-coordinate representation of color #2EB32A: hue angle of 118.25º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB32A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB4617942-
CMYK0.7400.770.30
HSL118.25º61.99%43.33%-
HSV(B)118.25º76.54%70.2%-
XYZ17.6632.997.63-
YUV123.6281.9472.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.23%
GREEN value IS 179 (70.31% from 255) = 67.04%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=17.23%
G=67.04%
B=15.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46179420.7400.770.30118.2561.9943.33
Hex2EB32A4A04D1E763e2b
Octal56263521120115361667653
Binary10111010110011101010100101001001101111101110110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,42); }

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

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

 a { background-color: rgb(46,179,42); }

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

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

 span { border-color: rgb(46,179,42); }

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