Html Css Color HEX #2ED05E Malachite

📋 copy color: '#2ED05E'

red 46 ◦ green 208 ◦ blue 94

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

Shades of Malachite #2ED05E

Tints of Malachite #2ED05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.77%

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

R = 13.22%
G = 59.77%
B = 27.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#2ED05E (or 0x2ED05E) is known color: Malachite. HEX triplet: 2E, D0 and 5E. RGB value is (46,208,94). Sum of RGB (Red+Green+Blue) = 46+208+94=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED05E is #D12FA1. Grayscale: #929292. Windows color (decimal): -13709218 or 6213678. OLE color: 6213678.

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

Color convert

RGB 46 208 94 -
CMYK 0.78 0 0.55 0.18
HSL 137.78º 0.64% 0.5% -
HSV(B) 137.78º 0.78% 0.82% -
XYZ 25.7 46.5 18.21 -
YUV 146.57 98.33 56.27 -
System Red Green Blue C M Y K H S L
Decimal 46 208 94 0.78 0 0.55 0.18 137.78 0.64 0.5
Hex 2E D0 5E 4E 0 37 12 8A 40 32
Octal 56 320 136 116 0 67 22 212 100 62
Binary 101110 11010000 1011110 1001110 0 110111 10010 10001010 1000000 110010

Color Harmonies of #2ED05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED05E

Black with #2ED05E

Text Example


Text Example

White with #2ED05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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