#2EF44D

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

Shades of Malachite #2EF44D

Tints of Malachite #2EF44D

Color information

#2EF44D (or 0x2EF44D) is unknown color: approx Malachite. HEX triplet: 2E, F4 and 4D. RGB value is (46,244,77). Sum of RGB (Red+Green+Blue) = 46+244+77=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF44D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF44D is #D10BB2. Grayscale: #A6A6A6. Windows color (decimal): -13700019 or 5108782. OLE color: 5108782.

HSL color Cylindrical-coordinate representation of color #2EF44D: hue angle of 129.39º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF44D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB4624477-
CMYK0.8100.680.04
HSL129.39º90%56.86%-
HSV(B)129.39º81.15%95.69%-
XYZ34.8265.8217.89-
YUV165.7677.942.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 244 (95.70% from 255) = 66.49%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=12.53%
G=66.49%
B=20.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal46244770.8100.680.04129.399056.86
Hex2EF44D510444815a39
Octal563641151210104420113271
Binary101110111101001001101101000101000100100100000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,244,77); }

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

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

 a { background-color: rgb(46,244,77); }

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

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

 span { border-color: rgb(46,244,77); }

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