Html Css Color HEX #2ED75E Malachite

📋 copy color: '#2ED75E'

red 46 ◦ green 215 ◦ blue 94

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

Shades of Malachite #2ED75E

Tints of Malachite #2ED75E

RGB

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

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

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

R = 12.96%
G = 60.56%
B = 26.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#2ED75E (or 0x2ED75E) is known color: Malachite. HEX triplet: 2E, D7 and 5E. RGB value is (46,215,94). Sum of RGB (Red+Green+Blue) = 46+215+94=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED75E is #D128A1. Grayscale: #969696. Windows color (decimal): -13707426 or 6215470. OLE color: 6215470.

HSL color Cylindrical-coordinate representation of color #2ED75E: hue angle of 137.04º 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 #2ED75E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 215 94 -
CMYK 0.79 0 0.56 0.16
HSL 137.04º 0.68% 0.51% -
HSV(B) 137.04º 0.79% 0.84% -
XYZ 27.45 49.99 18.79 -
YUV 150.68 96.01 53.34 -
System Red Green Blue C M Y K H S L
Decimal 46 215 94 0.79 0 0.56 0.16 137.04 0.68 0.51
Hex 2E D7 5E 4F 0 38 10 89 44 33
Octal 56 327 136 117 0 70 20 211 104 63
Binary 101110 11010111 1011110 1001111 0 111000 10000 10001001 1000100 110011

Color Harmonies of #2ED75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED75E

Black with #2ED75E

Text Example


Text Example

White with #2ED75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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