Html Css Color HEX #2ED152 Malachite

📋 copy color: '#2ED152'

red 46 ◦ green 209 ◦ blue 82

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

Shades of Malachite #2ED152

Tints of Malachite #2ED152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 13.65%
G = 62.02%
B = 24.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#2ED152 (or 0x2ED152) is known color: Malachite. HEX triplet: 2E, D1 and 52. RGB value is (46,209,82). Sum of RGB (Red+Green+Blue) = 46+209+82=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED152 is #D12EAD. Grayscale: #929292. Windows color (decimal): -13708974 or 5427502. OLE color: 5427502.

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

Color convert

RGB 46 209 82 -
CMYK 0.78 0 0.61 0.18
HSL 133.25º 0.64% 0.5% -
HSV(B) 133.25º 0.78% 0.82% -
XYZ 25.45 46.79 15.67 -
YUV 145.79 92 56.83 -
System Red Green Blue C M Y K H S L
Decimal 46 209 82 0.78 0 0.61 0.18 133.25 0.64 0.5
Hex 2E D1 52 4E 0 3D 12 85 40 32
Octal 56 321 122 116 0 75 22 205 100 62
Binary 101110 11010001 1010010 1001110 0 111101 10010 10000101 1000000 110010

Color Harmonies of #2ED152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED152

Black with #2ED152

Text Example


Text Example

White with #2ED152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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