Html Css Color HEX #2DD75D Malachite

📋 copy color: '#2DD75D'

red 45 ◦ green 215 ◦ blue 93

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

Shades of Malachite #2DD75D

Tints of Malachite #2DD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.91%

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 12.75%
G = 60.91%
B = 26.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#2DD75D (or 0x2DD75D) is known color: Malachite. HEX triplet: 2D, D7 and 5D. RGB value is (45,215,93). Sum of RGB (Red+Green+Blue) = 45+215+93=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD75D is #D228A2. Grayscale: #969696. Windows color (decimal): -13772963 or 6149933. OLE color: 6149933.

HSL color Cylindrical-coordinate representation of color #2DD75D: hue angle of 136.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD75D is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 215 93 -
CMYK 0.79 0 0.57 0.16
HSL 136.94º 0.68% 0.51% -
HSV(B) 136.94º 0.79% 0.84% -
XYZ 27.36 49.95 18.56 -
YUV 150.26 95.68 52.92 -
System Red Green Blue C M Y K H S L
Decimal 45 215 93 0.79 0 0.57 0.16 136.94 0.68 0.51
Hex 2D D7 5D 4F 0 39 10 89 44 33
Octal 55 327 135 117 0 71 20 211 104 63
Binary 101101 11010111 1011101 1001111 0 111001 10000 10001001 1000100 110011

Color Harmonies of #2DD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD75D

Black with #2DD75D

Text Example


Text Example

White with #2DD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,215,93); }

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

background-color css

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

 a { background-color: rgb(45,215,93); }

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

border-color css

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

 span { border-color: rgb(45,215,93); }

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