Html Css Color HEX #2ED75D Malachite

📋 copy color: '#2ED75D'

red 46 ◦ green 215 ◦ blue 93

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

Shades of Malachite #2ED75D

Tints of Malachite #2ED75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.73%

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 12.99%
G = 60.73%
B = 26.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#2ED75D (or 0x2ED75D) is known color: Malachite. HEX triplet: 2E, D7 and 5D. RGB value is (46,215,93). Sum of RGB (Red+Green+Blue) = 46+215+93=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED75D is #D128A2. Grayscale: #969696. Windows color (decimal): -13707427 or 6149934. OLE color: 6149934.

HSL color Cylindrical-coordinate representation of color #2ED75D: hue angle of 136.69º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED75D is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 215 93 -
CMYK 0.79 0 0.57 0.16
HSL 136.69º 0.68% 0.51% -
HSV(B) 136.69º 0.79% 0.84% -
XYZ 27.4 49.97 18.56 -
YUV 150.56 95.51 53.42 -
System Red Green Blue C M Y K H S L
Decimal 46 215 93 0.79 0 0.57 0.16 136.69 0.68 0.51
Hex 2E D7 5D 4F 0 39 10 89 44 33
Octal 56 327 135 117 0 71 20 211 104 63
Binary 101110 11010111 1011101 1001111 0 111001 10000 10001001 1000100 110011

Color Harmonies of #2ED75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED75D

Black with #2ED75D

Text Example


Text Example

White with #2ED75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,93); }

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

background-color css

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

 a { background-color: rgb(46,215,93); }

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

border-color css

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

 span { border-color: rgb(46,215,93); }

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