Html Css Color HEX #2DD85E Malachite

📋 copy color: '#2DD85E'

red 45 ◦ green 216 ◦ blue 94

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

Shades of Malachite #2DD85E

Tints of Malachite #2DD85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.85%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 12.68%
G = 60.85%
B = 26.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#2DD85E (or 0x2DD85E) is known color: Malachite. HEX triplet: 2D, D8 and 5E. RGB value is (45,216,94). Sum of RGB (Red+Green+Blue) = 45+216+94=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD85E is #D227A1. Grayscale: #979797. Windows color (decimal): -13772706 or 6215725. OLE color: 6215725.

HSL color Cylindrical-coordinate representation of color #2DD85E: hue angle of 137.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD85E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 216 94 -
CMYK 0.79 0 0.56 0.15
HSL 137.19º 0.69% 0.51% -
HSV(B) 137.19º 0.79% 0.85% -
XYZ 27.66 50.48 18.88 -
YUV 150.96 95.85 52.42 -
System Red Green Blue C M Y K H S L
Decimal 45 216 94 0.79 0 0.56 0.15 137.19 0.69 0.51
Hex 2D D8 5E 4F 0 38 F 89 45 33
Octal 55 330 136 117 0 70 17 211 105 63
Binary 101101 11011000 1011110 1001111 0 111000 1111 10001001 1000101 110011

Color Harmonies of #2DD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD85E

Black with #2DD85E

Text Example


Text Example

White with #2DD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,216,94); }

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

background-color css

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

 a { background-color: rgb(45,216,94); }

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

border-color css

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

 span { border-color: rgb(45,216,94); }

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