Html Css Color HEX #2EE05B Malachite

📋 copy color: '#2EE05B'

red 46 ◦ green 224 ◦ blue 91

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

Shades of Malachite #2EE05B

Tints of Malachite #2EE05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 12.74%
G = 62.05%
B = 25.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#2EE05B (or 0x2EE05B) is known color: Malachite. HEX triplet: 2E, E0 and 5B. RGB value is (46,224,91). Sum of RGB (Red+Green+Blue) = 46+224+91=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE05B is #D11FA4. Grayscale: #9B9B9B. Windows color (decimal): -13705125 or 6021166. OLE color: 6021166.

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

Color convert

RGB 46 224 91 -
CMYK 0.79 0 0.59 0.12
HSL 135.17º 0.74% 0.53% -
HSV(B) 135.17º 0.79% 0.88% -
XYZ 29.67 54.65 18.88 -
YUV 155.62 91.53 49.81 -
System Red Green Blue C M Y K H S L
Decimal 46 224 91 0.79 0 0.59 0.12 135.17 0.74 0.53
Hex 2E E0 5B 4F 0 3B C 87 4A 35
Octal 56 340 133 117 0 73 14 207 112 65
Binary 101110 11100000 1011011 1001111 0 111011 1100 10000111 1001010 110101

Color Harmonies of #2EE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE05B

Black with #2EE05B

Text Example


Text Example

White with #2EE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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