#2EC44F

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

Shades of Lime Green #2EC44F

Tints of Lime Green #2EC44F

Color information

#2EC44F (or 0x2EC44F) is unknown color: approx Lime Green. HEX triplet: 2E, C4 and 4F. RGB value is (46,196,79). Sum of RGB (Red+Green+Blue) = 46+196+79=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC44F is #D13BB0. Grayscale: #8A8A8A. Windows color (decimal): -13712305 or 5227566. OLE color: 5227566.

HSL color Cylindrical-coordinate representation of color #2EC44F: hue angle of 133.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC44F is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB4619679-
CMYK0.7700.600.23
HSL133.2º61.98%47.45%-
HSV(B)133.2º76.53%76.86%-
XYZ22.2840.6314.06-
YUV137.8194.862.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 196 (76.95% from 255) = 61.06%
BLUE value IS 79 (31.25% from 255) = 24.61%
R=14.33%
G=61.06%
B=24.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46196790.7700.600.23133.261.9847.45
Hex2EC44F4D03C17853e2f
Octal56304117115074272057657
Binary101110110001001001111100110101111001011110000101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,196,79); }

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

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

 a { background-color: rgb(46,196,79); }

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

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

 span { border-color: rgb(46,196,79); }

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