#2eef6d

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

Shades of Malachite #2EEF6D

Tints of Malachite #2EEF6D

Color information

#2EEF6D (or 0x2EEF6D) is unknown color: approx Malachite. HEX triplet: 2E, EF and 6D. RGB value is (46,239,109). Sum of RGB (Red+Green+Blue) = 46+239+109=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF6D is #D11092. Grayscale: #A6A6A6. Windows color (decimal): -13701267 or 7204654. OLE color: 7204654.

HSL color Cylindrical-coordinate representation of color #2EEF6D: hue angle of 139.59º degrees, saturation: 0.86, 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 #2EEF6D is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB46239109-
CMYK0.8100.540.06
HSL139.59º85.78%55.88%-
HSV(B)139.59º80.75%93.73%-
XYZ34.7563.4224.88-
YUV166.4795.5642.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.68%
GREEN value IS 239 (93.75% from 255) = 60.66%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=11.68%
G=60.66%
B=27.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal462391090.8100.540.06139.5985.7855.88
Hex2EEF6D5103668c5638
Octal56357155121066621412670
Binary10111011101111110110110100010110110110100011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eef6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,239,109); }

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

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

 a { background-color: rgb(46,239,109); }

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

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

 span { border-color: rgb(46,239,109); }

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