Html Css Color HEX #2EDD5E Malachite

📋 copy color: '#2EDD5E'

red 46 ◦ green 221 ◦ blue 94

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

Shades of Malachite #2EDD5E

Tints of Malachite #2EDD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.22%

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

R = 12.74%
G = 61.22%
B = 26.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#2EDD5E (or 0x2EDD5E) is known color: Malachite. HEX triplet: 2E, DD and 5E. RGB value is (46,221,94). Sum of RGB (Red+Green+Blue) = 46+221+94=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD5E is #D122A1. Grayscale: #9A9A9A. Windows color (decimal): -13705890 or 6217006. OLE color: 6217006.

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

Color convert

RGB 46 221 94 -
CMYK 0.79 0 0.57 0.13
HSL 136.46º 0.72% 0.52% -
HSV(B) 136.46º 0.79% 0.87% -
XYZ 29 53.1 19.31 -
YUV 154.2 94.02 50.83 -
System Red Green Blue C M Y K H S L
Decimal 46 221 94 0.79 0 0.57 0.13 136.46 0.72 0.52
Hex 2E DD 5E 4F 0 39 D 88 48 34
Octal 56 335 136 117 0 71 15 210 110 64
Binary 101110 11011101 1011110 1001111 0 111001 1101 10001000 1001000 110100

Color Harmonies of #2EDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD5E

Black with #2EDD5E

Text Example


Text Example

White with #2EDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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