Html Css Color HEX #2EDE57 Malachite

📋 copy color: '#2EDE57'

red 46 ◦ green 222 ◦ blue 87

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

Shades of Malachite #2EDE57

Tints of Malachite #2EDE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 12.96%
G = 62.54%
B = 24.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#2EDE57 (or 0x2EDE57) is known color: Malachite. HEX triplet: 2E, DE and 57. RGB value is (46,222,87). Sum of RGB (Red+Green+Blue) = 46+222+87=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE57 is #D121A8. Grayscale: #9A9A9A. Windows color (decimal): -13705641 or 5758510. OLE color: 5758510.

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

Color convert

RGB 46 222 87 -
CMYK 0.79 0 0.61 0.13
HSL 133.98º 0.73% 0.53% -
HSV(B) 133.98º 0.79% 0.87% -
XYZ 28.97 53.51 17.82 -
YUV 153.99 90.19 50.98 -
System Red Green Blue C M Y K H S L
Decimal 46 222 87 0.79 0 0.61 0.13 133.98 0.73 0.53
Hex 2E DE 57 4F 0 3D D 86 49 35
Octal 56 336 127 117 0 75 15 206 111 65
Binary 101110 11011110 1010111 1001111 0 111101 1101 10000110 1001001 110101

Color Harmonies of #2EDE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE57

Black with #2EDE57

Text Example


Text Example

White with #2EDE57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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