#2EB034

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

Shades of Lime Green #2EB034

Tints of Lime Green #2EB034

Color information

#2EB034 (or 0x2EB034) is unknown color: approx Lime Green. HEX triplet: 2E, B0 and 34. RGB value is (46,176,52). Sum of RGB (Red+Green+Blue) = 46+176+52=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB034 is #D14FCB. Grayscale: #7B7B7B. Windows color (decimal): -13717452 or 3452974. OLE color: 3452974.

HSL color Cylindrical-coordinate representation of color #2EB034: hue angle of 122.77º 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 #2EB034 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB4617652-
CMYK0.7400.700.31
HSL122.77º58.56%43.53%-
HSV(B)122.77º73.86%69.02%-
XYZ17.2731.888.49-
YUV122.9987.9373.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.79%
GREEN value IS 176 (69.14% from 255) = 64.23%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=16.79%
G=64.23%
B=18.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46176520.7400.700.31122.7758.5643.53
Hex2EB0344A0461F7b3b2c
Octal56260641120106371737354
Binary10111010110000110100100101001000110111111111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,176,52); }

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

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

 a { background-color: rgb(46,176,52); }

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

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

 span { border-color: rgb(46,176,52); }

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