Html Css Color HEX #2EE159 Malachite

📋 copy color: '#2EE159'

red 46 ◦ green 225 ◦ blue 89

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

Shades of Malachite #2EE159

Tints of Malachite #2EE159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 12.78%
G = 62.5%
B = 24.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#2EE159 (or 0x2EE159) is known color: Malachite. HEX triplet: 2E, E1 and 59. RGB value is (46,225,89). Sum of RGB (Red+Green+Blue) = 46+225+89=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE159 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE159 is #D11EA6. Grayscale: #9C9C9C. Windows color (decimal): -13704871 or 5890350. OLE color: 5890350.

HSL color Cylindrical-coordinate representation of color #2EE159: hue angle of 134.41º 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 #2EE159 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 89 -
CMYK 0.80 0 0.60 0.12
HSL 134.41º 0.75% 0.53% -
HSV(B) 134.41º 0.8% 0.88% -
XYZ 29.86 55.15 18.52 -
YUV 155.98 90.2 49.56 -
System Red Green Blue C M Y K H S L
Decimal 46 225 89 0.80 0 0.60 0.12 134.41 0.75 0.53
Hex 2E E1 59 50 0 3C C 86 4B 35
Octal 56 341 131 120 0 74 14 206 113 65
Binary 101110 11100001 1011001 1010000 0 111100 1100 10000110 1001011 110101

Color Harmonies of #2EE159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE159

Black with #2EE159

Text Example


Text Example

White with #2EE159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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