Html Css Color HEX #2EDC64 Malachite

📋 copy color: '#2EDC64'

red 46 ◦ green 220 ◦ blue 100

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

Shades of Malachite #2EDC64

Tints of Malachite #2EDC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.11%

 BLUE value IS 100 (39.45% from 255) = 27.32%

R = 12.57%
G = 60.11%
B = 27.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#2EDC64 (or 0x2EDC64) is known color: Malachite. HEX triplet: 2E, DC and 64. RGB value is (46,220,100). Sum of RGB (Red+Green+Blue) = 46+220+100=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC64 is #D1239B. Grayscale: #9A9A9A. Windows color (decimal): -13706140 or 6609966. OLE color: 6609966.

HSL color Cylindrical-coordinate representation of color #2EDC64: hue angle of 138.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC64 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 100 -
CMYK 0.79 0 0.55 0.14
HSL 138.62º 0.71% 0.52% -
HSV(B) 138.62º 0.79% 0.86% -
XYZ 29.02 52.69 20.7 -
YUV 154.29 97.35 50.76 -
System Red Green Blue C M Y K H S L
Decimal 46 220 100 0.79 0 0.55 0.14 138.62 0.71 0.52
Hex 2E DC 64 4F 0 37 E 8B 47 34
Octal 56 334 144 117 0 67 16 213 107 64
Binary 101110 11011100 1100100 1001111 0 110111 1110 10001011 1000111 110100

Color Harmonies of #2EDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC64

Black with #2EDC64

Text Example


Text Example

White with #2EDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,220,100); }

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

background-color css

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

 a { background-color: rgb(46,220,100); }

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

border-color css

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

 span { border-color: rgb(46,220,100); }

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