Html Css Color HEX #2EE055 Malachite

📋 copy color: '#2EE055'

red 46 ◦ green 224 ◦ blue 85

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

Shades of Malachite #2EE055

Tints of Malachite #2EE055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 12.96%
G = 63.1%
B = 23.94%

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

#2EE055 (or 0x2EE055) is known color: Malachite. HEX triplet: 2E, E0 and 55. RGB value is (46,224,85). Sum of RGB (Red+Green+Blue) = 46+224+85=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE055 is #D11FAA. Grayscale: #9B9B9B. Windows color (decimal): -13705131 or 5627950. OLE color: 5627950.

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

Color convert

RGB 46 224 85 -
CMYK 0.79 0 0.62 0.12
HSL 133.15º 0.74% 0.53% -
HSV(B) 133.15º 0.79% 0.88% -
XYZ 29.42 54.55 17.57 -
YUV 154.93 88.53 50.3 -
System Red Green Blue C M Y K H S L
Decimal 46 224 85 0.79 0 0.62 0.12 133.15 0.74 0.53
Hex 2E E0 55 4F 0 3E C 85 4A 35
Octal 56 340 125 117 0 76 14 205 112 65
Binary 101110 11100000 1010101 1001111 0 111110 1100 10000101 1001010 110101

Color Harmonies of #2EE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE055

Black with #2EE055

Text Example


Text Example

White with #2EE055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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