#2EE150

Color #2EE150 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2EE150

Tints of Malachite #2EE150

Color information

#2EE150 (or 0x2EE150) is unknown color: approx Malachite. HEX triplet: 2E, E1 and 50. RGB value is (46,225,80). Sum of RGB (Red+Green+Blue) = 46+225+80=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE150 is #D11EAF. Grayscale: #9B9B9B. Windows color (decimal): -13704880 or 5300526. OLE color: 5300526.

HSL color Cylindrical-coordinate representation of color #2EE150: hue angle of 131.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE150 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB4622580-
CMYK0.8000.640.12
HSL131.4º74.9%53.14%-
HSV(B)131.4º79.56%88.24%-
XYZ29.555.0116.65-
YUV154.9585.750.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.11%
GREEN value IS 225 (88.28% from 255) = 64.10%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=13.11%
G=64.10%
B=22.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225800.8000.640.12131.474.953.14
Hex2EE15050040C834b35
Octal5634112012001001420311365
Binary1011101110000110100001010000010000001100100000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,225,80); }

 H1.HeaderClassName
 {
   color: #2EE150;
 }
 .AnyTagClassName
 {
   color: #2EE150;
 }
</style>
background-color css

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

 a { background-color: rgb(46,225,80); }

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

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

 span { border-color: rgb(46,225,80); }

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