Html Css Color HEX #2EE056 Malachite

📋 copy color: '#2EE056'

red 46 ◦ green 224 ◦ blue 86

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

Shades of Malachite #2EE056

Tints of Malachite #2EE056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.92%

 BLUE value IS 86 (33.98% from 255) = 24.16%

R = 12.92%
G = 62.92%
B = 24.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#2EE056 (or 0x2EE056) is known color: Malachite. HEX triplet: 2E, E0 and 56. RGB value is (46,224,86). Sum of RGB (Red+Green+Blue) = 46+224+86=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE056 is #D11FA9. Grayscale: #9B9B9B. Windows color (decimal): -13705130 or 5693486. OLE color: 5693486.

HSL color Cylindrical-coordinate representation of color #2EE056: hue angle of 133.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE056 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 86 -
CMYK 0.79 0 0.62 0.12
HSL 133.48º 0.74% 0.53% -
HSV(B) 133.48º 0.79% 0.88% -
XYZ 29.46 54.56 17.78 -
YUV 155.05 89.03 50.22 -
System Red Green Blue C M Y K H S L
Decimal 46 224 86 0.79 0 0.62 0.12 133.48 0.74 0.53
Hex 2E E0 56 4F 0 3E C 85 4A 35
Octal 56 340 126 117 0 76 14 205 112 65
Binary 101110 11100000 1010110 1001111 0 111110 1100 10000101 1001010 110101

Color Harmonies of #2EE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE056

Black with #2EE056

Text Example


Text Example

White with #2EE056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,86); }

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

background-color css

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

 a { background-color: rgb(46,224,86); }

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

border-color css

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

 span { border-color: rgb(46,224,86); }

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