Html Css Color HEX #2EE158 Malachite

📋 copy color: '#2EE158'

red 46 ◦ green 225 ◦ blue 88

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

Shades of Malachite #2EE158

Tints of Malachite #2EE158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.51%

R = 12.81%
G = 62.67%
B = 24.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#2EE158 (or 0x2EE158) is known color: Malachite. HEX triplet: 2E, E1 and 58. RGB value is (46,225,88). Sum of RGB (Red+Green+Blue) = 46+225+88=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE158 is #D11EA7. Grayscale: #9C9C9C. Windows color (decimal): -13704872 or 5824814. OLE color: 5824814.

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

Color convert

RGB 46 225 88 -
CMYK 0.80 0 0.61 0.12
HSL 134.08º 0.75% 0.53% -
HSV(B) 134.08º 0.8% 0.88% -
XYZ 29.81 55.14 18.3 -
YUV 155.86 89.7 49.64 -
System Red Green Blue C M Y K H S L
Decimal 46 225 88 0.80 0 0.61 0.12 134.08 0.75 0.53
Hex 2E E1 58 50 0 3D C 86 4B 35
Octal 56 341 130 120 0 75 14 206 113 65
Binary 101110 11100001 1011000 1010000 0 111101 1100 10000110 1001011 110101

Color Harmonies of #2EE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE158

Black with #2EE158

Text Example


Text Example

White with #2EE158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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