#2de059

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

Shades of Malachite #2DE059

Tints of Malachite #2DE059

Color information

#2DE059 (or 0x2DE059) is unknown color: approx Malachite. HEX triplet: 2D, E0 and 59. RGB value is (45,224,89). Sum of RGB (Red+Green+Blue) = 45+224+89=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE059 is #D21FA6. Grayscale: #9B9B9B. Windows color (decimal): -13770663 or 5890093. OLE color: 5890093.

HSL color Cylindrical-coordinate representation of color #2DE059: hue angle of 134.75º degrees, saturation: 0.74, 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 #2DE059 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB4522489-
CMYK0.8000.600.12
HSL134.75º74.27%52.75%-
HSV(B)134.75º79.91%87.84%-
XYZ29.5454.5918.43-
YUV155.0990.749.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.57%
GREEN value IS 224 (87.89% from 255) = 62.57%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=12.57%
G=62.57%
B=24.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45224890.8000.600.12134.7574.2752.75
Hex2DE0595003CC874a35
Octal553401311200741420711265
Binary101101111000001011001101000001111001100100001111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2de059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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