#2DD459

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

Shades of Malachite #2DD459

Tints of Malachite #2DD459

Color information

#2DD459 (or 0x2DD459) is unknown color: approx Malachite. HEX triplet: 2D, D4 and 59. RGB value is (45,212,89). Sum of RGB (Red+Green+Blue) = 45+212+89=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD459 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD459 is #D22BA6. Grayscale: #949494. Windows color (decimal): -13773735 or 5887021. OLE color: 5887021.

HSL color Cylindrical-coordinate representation of color #2DD459: hue angle of 135.81º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD459 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB4521289-
CMYK0.7900.580.17
HSL135.81º66.01%50.39%-
HSV(B)135.81º78.77%83.14%-
XYZ26.4348.3717.39-
YUV148.0594.6754.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.01%
GREEN value IS 212 (83.20% from 255) = 61.27%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=13.01%
G=61.27%
B=25.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal45212890.7900.580.17135.8166.0150.39
Hex2DD4594F03A11884232
Octal553241311170722121010262
Binary1011011101010010110011001111011101010001100010001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,212,89); }

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

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

 a { background-color: rgb(45,212,89); }

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

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

 span { border-color: rgb(45,212,89); }

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