Html Css Color HEX #2EDA5B Malachite

📋 copy color: '#2EDA5B'

red 46 ◦ green 218 ◦ blue 91

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

Shades of Malachite #2EDA5B

Tints of Malachite #2EDA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.41%

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 12.96%
G = 61.41%
B = 25.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#2EDA5B (or 0x2EDA5B) is known color: Malachite. HEX triplet: 2E, DA and 5B. RGB value is (46,218,91). Sum of RGB (Red+Green+Blue) = 46+218+91=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDA5B is #D125A4. Grayscale: #989898. Windows color (decimal): -13706661 or 6019630. OLE color: 6019630.

HSL color Cylindrical-coordinate representation of color #2EDA5B: hue angle of 135.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA5B is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 91 -
CMYK 0.79 0 0.58 0.15
HSL 135.7º 0.7% 0.52% -
HSV(B) 135.7º 0.79% 0.85% -
XYZ 28.09 51.48 18.35 -
YUV 152.09 93.52 52.33 -
System Red Green Blue C M Y K H S L
Decimal 46 218 91 0.79 0 0.58 0.15 135.7 0.7 0.52
Hex 2E DA 5B 4F 0 3A F 88 46 34
Octal 56 332 133 117 0 72 17 210 106 64
Binary 101110 11011010 1011011 1001111 0 111010 1111 10001000 1000110 110100

Color Harmonies of #2EDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA5B

Black with #2EDA5B

Text Example


Text Example

White with #2EDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,91); }

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

background-color css

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

 a { background-color: rgb(46,218,91); }

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

border-color css

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

 span { border-color: rgb(46,218,91); }

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