#2EF05D

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

Shades of Malachite #2EF05D

Tints of Malachite #2EF05D

Color information

#2EF05D (or 0x2EF05D) is unknown color: approx Malachite. HEX triplet: 2E, F0 and 5D. RGB value is (46,240,93). Sum of RGB (Red+Green+Blue) = 46+240+93=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF05D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF05D is #D10FA2. Grayscale: #A5A5A5. Windows color (decimal): -13701027 or 6156334. OLE color: 6156334.

HSL color Cylindrical-coordinate representation of color #2EF05D: hue angle of 134.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF05D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB4624093-
CMYK0.8100.610.06
HSL134.54º86.61%56.08%-
HSV(B)134.54º80.83%94.12%-
XYZ34.2663.6920.84-
YUV165.2487.2342.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 240 (94.14% from 255) = 63.32%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=12.14%
G=63.32%
B=24.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46240930.8100.610.06134.5486.6156.08
Hex2EF05D5103D6875738
Octal56360135121075620712770
Binary10111011110000101110110100010111101110100001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EF05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,240,93); }

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

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

 a { background-color: rgb(46,240,93); }

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

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

 span { border-color: rgb(46,240,93); }

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