Html Css Color HEX #2EDE5C Malachite

📋 copy color: '#2EDE5C'

red 46 ◦ green 222 ◦ blue 92

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

Shades of Malachite #2EDE5C

Tints of Malachite #2EDE5C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.67%

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 12.78%
G = 61.67%
B = 25.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#2EDE5C (or 0x2EDE5C) is known color: Malachite. HEX triplet: 2E, DE and 5C. RGB value is (46,222,92). Sum of RGB (Red+Green+Blue) = 46+222+92=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 222 (87.11% from 255 or 61.67% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE5C is #D121A3. Grayscale: #9A9A9A. Windows color (decimal): -13705636 or 6086190. OLE color: 6086190.

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

Color convert

RGB 46 222 92 -
CMYK 0.79 0 0.59 0.13
HSL 135.68º 0.73% 0.53% -
HSV(B) 135.68º 0.79% 0.87% -
XYZ 29.18 53.6 18.93 -
YUV 154.56 92.69 50.57 -
System Red Green Blue C M Y K H S L
Decimal 46 222 92 0.79 0 0.59 0.13 135.68 0.73 0.53
Hex 2E DE 5C 4F 0 3B D 88 49 35
Octal 56 336 134 117 0 73 15 210 111 65
Binary 101110 11011110 1011100 1001111 0 111011 1101 10001000 1001001 110101

Color Harmonies of #2EDE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE5C

Black with #2EDE5C

Text Example


Text Example

White with #2EDE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,92); }

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

background-color css

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

 a { background-color: rgb(46,222,92); }

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

border-color css

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

 span { border-color: rgb(46,222,92); }

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