Html Css Color HEX #2EEE5D Malachite

📋 copy color: '#2EEE5D'

red 46 ◦ green 238 ◦ blue 93

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

Shades of Malachite #2EEE5D

Tints of Malachite #2EEE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.13%

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

R = 12.2%
G = 63.13%
B = 24.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#2EEE5D (or 0x2EEE5D) is known color: Malachite. HEX triplet: 2E, EE and 5D. RGB value is (46,238,93). Sum of RGB (Red+Green+Blue) = 46+238+93=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 238 (93.36% from 255 or 63.13% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE5D is #D111A2. Grayscale: #A4A4A4. Windows color (decimal): -13701539 or 6155822. OLE color: 6155822.

HSL color Cylindrical-coordinate representation of color #2EEE5D: hue angle of 134.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE5D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 93 -
CMYK 0.81 0 0.61 0.07
HSL 134.69º 0.85% 0.56% -
HSV(B) 134.69º 0.81% 0.93% -
XYZ 33.68 62.52 20.65 -
YUV 164.06 87.89 43.79 -
System Red Green Blue C M Y K H S L
Decimal 46 238 93 0.81 0 0.61 0.07 134.69 0.85 0.56
Hex 2E EE 5D 51 0 3D 7 87 55 38
Octal 56 356 135 121 0 75 7 207 125 70
Binary 101110 11101110 1011101 1010001 0 111101 111 10000111 1010101 111000

Color Harmonies of #2EEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEE5D

Black with #2EEE5D

Text Example


Text Example

White with #2EEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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