Html Css Color HEX #2DE050 Malachite

📋 copy color: '#2DE050'

red 45 ◦ green 224 ◦ blue 80

#2DE050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2DE050

Tints of Malachite #2DE050

RGB

 RED value IS 45 (17.97% from 255) = 12.89%

 GREEN value IS 224 (87.89% from 255) = 64.18%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 12.89%
G = 64.18%
B = 22.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#2DE050 (or 0x2DE050) is known color: Malachite. HEX triplet: 2D, E0 and 50. RGB value is (45,224,80). Sum of RGB (Red+Green+Blue) = 45+224+80=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE050 is #D21FAF. Grayscale: #9A9A9A. Windows color (decimal): -13770672 or 5300269. OLE color: 5300269.

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

Color convert

RGB 45 224 80 -
CMYK 0.80 0 0.64 0.12
HSL 131.73º 0.74% 0.53% -
HSV(B) 131.73º 0.8% 0.88% -
XYZ 29.19 54.45 16.56 -
YUV 154.06 86.2 50.21 -
System Red Green Blue C M Y K H S L
Decimal 45 224 80 0.80 0 0.64 0.12 131.73 0.74 0.53
Hex 2D E0 50 50 0 40 C 84 4A 35
Octal 55 340 120 120 0 100 14 204 112 65
Binary 101101 11100000 1010000 1010000 0 1000000 1100 10000100 1001010 110101

Color Harmonies of #2DE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE050

Black with #2DE050

Text Example


Text Example

White with #2DE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DE050;
 }
 .AnyTagClassName
 {
   color: #2DE050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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