Html Css Color HEX #2EDF50 Malachite

📋 copy color: '#2EDF50'

red 46 ◦ green 223 ◦ blue 80

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

Shades of Malachite #2EDF50

Tints of Malachite #2EDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.9%

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

R = 13.18%
G = 63.9%
B = 22.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#2EDF50 (or 0x2EDF50) is known color: Malachite. HEX triplet: 2E, DF and 50. RGB value is (46,223,80). Sum of RGB (Red+Green+Blue) = 46+223+80=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF50 is #D120AF. Grayscale: #9A9A9A. Windows color (decimal): -13705392 or 5300014. OLE color: 5300014.

HSL color Cylindrical-coordinate representation of color #2EDF50: hue angle of 131.53º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF50 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 80 -
CMYK 0.79 0 0.64 0.13
HSL 131.53º 0.73% 0.53% -
HSV(B) 131.53º 0.79% 0.87% -
XYZ 28.96 53.94 16.47 -
YUV 153.78 86.36 51.13 -
System Red Green Blue C M Y K H S L
Decimal 46 223 80 0.79 0 0.64 0.13 131.53 0.73 0.53
Hex 2E DF 50 4F 0 40 D 84 49 35
Octal 56 337 120 117 0 100 15 204 111 65
Binary 101110 11011111 1010000 1001111 0 1000000 1101 10000100 1001001 110101

Color Harmonies of #2EDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF50

Black with #2EDF50

Text Example


Text Example

White with #2EDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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