Html Css Color HEX #2EEC6D Malachite

📋 copy color: '#2EEC6D'

red 46 ◦ green 236 ◦ blue 109

#2EEC6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2EEC6D

Tints of Malachite #2EEC6D

RGB

 RED value IS 46 (18.36% from 255) = 11.76%

 GREEN value IS 236 (92.58% from 255) = 60.36%

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 11.76%
G = 60.36%
B = 27.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#2EEC6D (or 0x2EEC6D) is known color: Malachite. HEX triplet: 2E, EC and 6D. RGB value is (46,236,109). Sum of RGB (Red+Green+Blue) = 46+236+109=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEC6D is #D11392. Grayscale: #A5A5A5. Windows color (decimal): -13702035 or 7203886. OLE color: 7203886.

HSL color Cylindrical-coordinate representation of color #2EEC6D: hue angle of 139.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC6D is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 109 -
CMYK 0.81 0 0.54 0.07
HSL 139.89º 0.83% 0.55% -
HSV(B) 139.89º 0.81% 0.93% -
XYZ 33.88 61.68 24.59 -
YUV 164.71 96.55 43.33 -
System Red Green Blue C M Y K H S L
Decimal 46 236 109 0.81 0 0.54 0.07 139.89 0.83 0.55
Hex 2E EC 6D 51 0 36 7 8C 53 37
Octal 56 354 155 121 0 66 7 214 123 67
Binary 101110 11101100 1101101 1010001 0 110110 111 10001100 1010011 110111

Color Harmonies of #2EEC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC6D

Black with #2EEC6D

Text Example


Text Example

White with #2EEC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EEC6D;
 }
 .AnyTagClassName
 {
   color: #2EEC6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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