Html Css Color HEX #2ED156 Malachite

📋 copy color: '#2ED156'

red 46 ◦ green 209 ◦ blue 86

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

Shades of Malachite #2ED156

Tints of Malachite #2ED156

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.29%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 13.49%
G = 61.29%
B = 25.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#2ED156 (or 0x2ED156) is known color: Malachite. HEX triplet: 2E, D1 and 56. RGB value is (46,209,86). Sum of RGB (Red+Green+Blue) = 46+209+86=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED156 is #D12EA9. Grayscale: #929292. Windows color (decimal): -13708970 or 5689646. OLE color: 5689646.

HSL color Cylindrical-coordinate representation of color #2ED156: hue angle of 134.72º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED156 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 209 86 -
CMYK 0.78 0 0.59 0.18
HSL 134.72º 0.64% 0.5% -
HSV(B) 134.72º 0.78% 0.82% -
XYZ 25.61 46.85 16.5 -
YUV 146.24 94 56.5 -
System Red Green Blue C M Y K H S L
Decimal 46 209 86 0.78 0 0.59 0.18 134.72 0.64 0.5
Hex 2E D1 56 4E 0 3B 12 87 40 32
Octal 56 321 126 116 0 73 22 207 100 62
Binary 101110 11010001 1010110 1001110 0 111011 10010 10000111 1000000 110010

Color Harmonies of #2ED156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED156

Black with #2ED156

Text Example


Text Example

White with #2ED156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,209,86); }

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

background-color css

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

 a { background-color: rgb(46,209,86); }

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

border-color css

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

 span { border-color: rgb(46,209,86); }

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