Html Css Color HEX #2EE15D Malachite

📋 copy color: '#2EE15D'

red 46 ◦ green 225 ◦ blue 93

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

Shades of Malachite #2EE15D

Tints of Malachite #2EE15D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 61.81%

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

R = 12.64%
G = 61.81%
B = 25.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#2EE15D (or 0x2EE15D) is known color: Malachite. HEX triplet: 2E, E1 and 5D. RGB value is (46,225,93). Sum of RGB (Red+Green+Blue) = 46+225+93=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE15D is #D11EA2. Grayscale: #9C9C9C. Windows color (decimal): -13704867 or 6152494. OLE color: 6152494.

HSL color Cylindrical-coordinate representation of color #2EE15D: hue angle of 135.75º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE15D is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 93 -
CMYK 0.80 0 0.59 0.12
HSL 135.75º 0.75% 0.53% -
HSV(B) 135.75º 0.8% 0.88% -
XYZ 30.03 55.22 19.43 -
YUV 156.43 92.2 49.23 -
System Red Green Blue C M Y K H S L
Decimal 46 225 93 0.80 0 0.59 0.12 135.75 0.75 0.53
Hex 2E E1 5D 50 0 3B C 88 4B 35
Octal 56 341 135 120 0 73 14 210 113 65
Binary 101110 11100001 1011101 1010000 0 111011 1100 10001000 1001011 110101

Color Harmonies of #2EE15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE15D

Black with #2EE15D

Text Example


Text Example

White with #2EE15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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