#2ed259

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

Shades of Malachite #2ED259

Tints of Malachite #2ED259

Color information

#2ED259 (or 0x2ED259) is unknown color: approx Malachite. HEX triplet: 2E, D2 and 59. RGB value is (46,210,89). Sum of RGB (Red+Green+Blue) = 46+210+89=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED259 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED259 is #D12DA6. Grayscale: #939393. Windows color (decimal): -13708711 or 5886510. OLE color: 5886510.

HSL color Cylindrical-coordinate representation of color #2ED259: hue angle of 135.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED259 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB4621089-
CMYK0.7800.580.18
HSL135.73º64.57%50.2%-
HSV(B)135.73º78.1%82.35%-
XYZ25.9847.417.23-
YUV147.1795.1755.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 210 (82.42% from 255) = 60.87%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=13.33%
G=60.87%
B=25.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46210890.7800.580.18135.7364.5750.2
Hex2ED2594E03A12884132
Octal563221311160722221010162
Binary1011101101001010110011001110011101010010100010001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ed259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,210,89); }

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

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

 a { background-color: rgb(46,210,89); }

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

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

 span { border-color: rgb(46,210,89); }

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