#2EAA34

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

Shades of Lime Green #2EAA34

Tints of Lime Green #2EAA34

Color information

#2EAA34 (or 0x2EAA34) is unknown color: approx Lime Green. HEX triplet: 2E, AA and 34. RGB value is (46,170,52). Sum of RGB (Red+Green+Blue) = 46+170+52=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA34 is #D155CB. Grayscale: #777777. Windows color (decimal): -13718988 or 3451438. OLE color: 3451438.

HSL color Cylindrical-coordinate representation of color #2EAA34: hue angle of 122.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA34 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB4617052-
CMYK0.7300.690.33
HSL122.9º57.41%42.35%-
HSV(B)122.9º72.94%66.67%-
XYZ16.1229.588.11-
YUV119.4789.9275.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.16%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=17.16%
G=63.43%
B=19.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170520.7300.690.33122.957.4142.35
Hex2EAA3449045217b392a
Octal56252641110105411737152
Binary101110101010101101001001001010001011000011111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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