Html Css Color HEX #2EDB50 Malachite

📋 copy color: '#2EDB50'

red 46 ◦ green 219 ◦ blue 80

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

Shades of Malachite #2EDB50

Tints of Malachite #2EDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 63.48%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 13.33%
G = 63.48%
B = 23.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#2EDB50 (or 0x2EDB50) is known color: Malachite. HEX triplet: 2E, DB and 50. RGB value is (46,219,80). Sum of RGB (Red+Green+Blue) = 46+219+80=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB50 is #D124AF. Grayscale: #979797. Windows color (decimal): -13706416 or 5298990. OLE color: 5298990.

HSL color Cylindrical-coordinate representation of color #2EDB50: hue angle of 131.79º 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 #2EDB50 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 219 80 -
CMYK 0.79 0 0.63 0.14
HSL 131.79º 0.71% 0.52% -
HSV(B) 131.79º 0.79% 0.86% -
XYZ 27.91 51.82 16.12 -
YUV 151.43 87.69 52.8 -
System Red Green Blue C M Y K H S L
Decimal 46 219 80 0.79 0 0.63 0.14 131.79 0.71 0.52
Hex 2E DB 50 4F 0 3F E 84 47 34
Octal 56 333 120 117 0 77 16 204 107 64
Binary 101110 11011011 1010000 1001111 0 111111 1110 10000100 1000111 110100

Color Harmonies of #2EDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB50

Black with #2EDB50

Text Example


Text Example

White with #2EDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,219,80); }

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

background-color css

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

 a { background-color: rgb(46,219,80); }

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

border-color css

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

 span { border-color: rgb(46,219,80); }

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