#2EC73A

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

Shades of Lime Green #2EC73A

Tints of Lime Green #2EC73A

Color information

#2EC73A (or 0x2EC73A) is unknown color: approx Lime Green. HEX triplet: 2E, C7 and 3A. RGB value is (46,199,58). Sum of RGB (Red+Green+Blue) = 46+199+58=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 199 (78.12% from 255 or 65.68% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC73A is #D138C5. Grayscale: #898989. Windows color (decimal): -13711558 or 3852078. OLE color: 3852078.

HSL color Cylindrical-coordinate representation of color #2EC73A: hue angle of 124.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC73A is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB4619958-
CMYK0.7700.710.22
HSL124.71º62.45%48.04%-
HSV(B)124.71º76.88%78.04%-
XYZ22.3141.7310.88-
YUV137.1883.3162.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 199 (78.12% from 255) = 65.68%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=15.18%
G=65.68%
B=19.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46199580.7700.710.22124.7162.4548.04
Hex2EC73A4D047167d3e30
Octal56307721150107261757660
Binary10111011000111111010100110101000111101101111101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,199,58); }

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

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

 a { background-color: rgb(46,199,58); }

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

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

 span { border-color: rgb(46,199,58); }

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