Html Css Color HEX #2EE05A Malachite

📋 copy color: '#2EE05A'

red 46 ◦ green 224 ◦ blue 90

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

Shades of Malachite #2EE05A

Tints of Malachite #2EE05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 12.78%
G = 62.22%
B = 25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#2EE05A (or 0x2EE05A) is known color: Malachite. HEX triplet: 2E, E0 and 5A. RGB value is (46,224,90). Sum of RGB (Red+Green+Blue) = 46+224+90=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE05A is #D11FA5. Grayscale: #9B9B9B. Windows color (decimal): -13705126 or 5955630. OLE color: 5955630.

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

Color convert

RGB 46 224 90 -
CMYK 0.79 0 0.60 0.12
HSL 134.83º 0.74% 0.53% -
HSV(B) 134.83º 0.79% 0.88% -
XYZ 29.63 54.63 18.66 -
YUV 155.5 91.03 49.9 -
System Red Green Blue C M Y K H S L
Decimal 46 224 90 0.79 0 0.60 0.12 134.83 0.74 0.53
Hex 2E E0 5A 4F 0 3C C 87 4A 35
Octal 56 340 132 117 0 74 14 207 112 65
Binary 101110 11100000 1011010 1001111 0 111100 1100 10000111 1001010 110101

Color Harmonies of #2EE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE05A

Black with #2EE05A

Text Example


Text Example

White with #2EE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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