Html Css Color HEX #2ED858 Malachite

📋 copy color: '#2ED858'

red 46 ◦ green 216 ◦ blue 88

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

Shades of Malachite #2ED858

Tints of Malachite #2ED858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.71%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 13.14%
G = 61.71%
B = 25.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#2ED858 (or 0x2ED858) is known color: Malachite. HEX triplet: 2E, D8 and 58. RGB value is (46,216,88). Sum of RGB (Red+Green+Blue) = 46+216+88=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 216 (84.77% from 255 or 61.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED858 is #D127A7. Grayscale: #969696. Windows color (decimal): -13707176 or 5822510. OLE color: 5822510.

HSL color Cylindrical-coordinate representation of color #2ED858: hue angle of 134.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED858 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 216 88 -
CMYK 0.79 0 0.59 0.15
HSL 134.82º 0.69% 0.51% -
HSV(B) 134.82º 0.79% 0.85% -
XYZ 27.44 50.4 17.51 -
YUV 150.58 92.68 53.41 -
System Red Green Blue C M Y K H S L
Decimal 46 216 88 0.79 0 0.59 0.15 134.82 0.69 0.51
Hex 2E D8 58 4F 0 3B F 87 45 33
Octal 56 330 130 117 0 73 17 207 105 63
Binary 101110 11011000 1011000 1001111 0 111011 1111 10000111 1000101 110011

Color Harmonies of #2ED858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED858

Black with #2ED858

Text Example


Text Example

White with #2ED858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,88); }

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

background-color css

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

 a { background-color: rgb(46,216,88); }

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

border-color css

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

 span { border-color: rgb(46,216,88); }

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