Html Css Color HEX #2ED65E Malachite

📋 copy color: '#2ED65E'

red 46 ◦ green 214 ◦ blue 94

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

Shades of Malachite #2ED65E

Tints of Malachite #2ED65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.45%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 12.99%
G = 60.45%
B = 26.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#2ED65E (or 0x2ED65E) is known color: Malachite. HEX triplet: 2E, D6 and 5E. RGB value is (46,214,94). Sum of RGB (Red+Green+Blue) = 46+214+94=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED65E is #D129A1. Grayscale: #969696. Windows color (decimal): -13707682 or 6215214. OLE color: 6215214.

HSL color Cylindrical-coordinate representation of color #2ED65E: hue angle of 137.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED65E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 94 -
CMYK 0.79 0 0.56 0.16
HSL 137.14º 0.67% 0.51% -
HSV(B) 137.14º 0.79% 0.84% -
XYZ 27.19 49.48 18.71 -
YUV 150.09 96.34 53.76 -
System Red Green Blue C M Y K H S L
Decimal 46 214 94 0.79 0 0.56 0.16 137.14 0.67 0.51
Hex 2E D6 5E 4F 0 38 10 89 43 33
Octal 56 326 136 117 0 70 20 211 103 63
Binary 101110 11010110 1011110 1001111 0 111000 10000 10001001 1000011 110011

Color Harmonies of #2ED65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED65E

Black with #2ED65E

Text Example


Text Example

White with #2ED65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,94); }

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

background-color css

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

 a { background-color: rgb(46,214,94); }

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

border-color css

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

 span { border-color: rgb(46,214,94); }

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