Html Css Color HEX #2DD85F Malachite

📋 copy color: '#2DD85F'

red 45 ◦ green 216 ◦ blue 95

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

Shades of Malachite #2DD85F

Tints of Malachite #2DD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 12.64%
G = 60.67%
B = 26.69%

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

#2DD85F (or 0x2DD85F) is known color: Malachite. HEX triplet: 2D, D8 and 5F. RGB value is (45,216,95). Sum of RGB (Red+Green+Blue) = 45+216+95=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD85F is #D227A0. Grayscale: #979797. Windows color (decimal): -13772705 or 6281261. OLE color: 6281261.

HSL color Cylindrical-coordinate representation of color #2DD85F: hue angle of 137.54º 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 #2DD85F is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 216 95 -
CMYK 0.79 0 0.56 0.15
HSL 137.54º 0.69% 0.51% -
HSV(B) 137.54º 0.79% 0.85% -
XYZ 27.7 50.5 19.11 -
YUV 151.08 96.35 52.34 -
System Red Green Blue C M Y K H S L
Decimal 45 216 95 0.79 0 0.56 0.15 137.54 0.69 0.51
Hex 2D D8 5F 4F 0 38 F 8A 45 33
Octal 55 330 137 117 0 70 17 212 105 63
Binary 101101 11011000 1011111 1001111 0 111000 1111 10001010 1000101 110011

Color Harmonies of #2DD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD85F

Black with #2DD85F

Text Example


Text Example

White with #2DD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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