#2EEA63

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

Shades of Malachite #2EEA63

Tints of Malachite #2EEA63

Color information

#2EEA63 (or 0x2EEA63) is unknown color: approx Malachite. HEX triplet: 2E, EA and 63. RGB value is (46,234,99). Sum of RGB (Red+Green+Blue) = 46+234+99=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 234 (91.80% from 255 or 61.74% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA63 is #D1159C. Grayscale: #A2A2A2. Windows color (decimal): -13702557 or 6548014. OLE color: 6548014.

HSL color Cylindrical-coordinate representation of color #2EEA63: hue angle of 136.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA63 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB4623499-
CMYK0.8000.580.08
HSL136.91º81.74%54.9%-
HSV(B)136.91º80.34%91.76%-
XYZ32.860.3321.72-
YUV162.492.2244.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 234 (91.80% from 255) = 61.74%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=12.14%
G=61.74%
B=26.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46234990.8000.580.08136.9181.7454.9
Hex2EEA635003A8895237
Octal563521431200721021112267
Binary101110111010101100011101000001110101000100010011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,234,99); }

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

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

 a { background-color: rgb(46,234,99); }

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

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

 span { border-color: rgb(46,234,99); }

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