Html Css Color HEX #2ADD4D Malachite

📋 copy color: '#2ADD4D'

red 42 ◦ green 221 ◦ blue 77

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

Shades of Malachite #2ADD4D

Tints of Malachite #2ADD4D

RGB

 RED value IS 42 (16.8% from 255) = 12.35%

 GREEN value IS 221 (86.72% from 255) = 65%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 12.35%
G = 65%
B = 22.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#2ADD4D (or 0x2ADD4D) is known color: Malachite. HEX triplet: 2A, DD and 4D. RGB value is (42,221,77). Sum of RGB (Red+Green+Blue) = 42+221+77=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADD4D is #D522B2. Grayscale: #979797. Windows color (decimal): -13968051 or 5102890. OLE color: 5102890.

HSL color Cylindrical-coordinate representation of color #2ADD4D: hue angle of 131.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADD4D is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 77 -
CMYK 0.81 0 0.65 0.13
HSL 131.73º 0.72% 0.52% -
HSV(B) 131.73º 0.81% 0.87% -
XYZ 28.15 52.74 15.72 -
YUV 151.06 86.2 50.21 -
System Red Green Blue C M Y K H S L
Decimal 42 221 77 0.81 0 0.65 0.13 131.73 0.72 0.52
Hex 2A DD 4D 51 0 41 D 84 48 34
Octal 52 335 115 121 0 101 15 204 110 64
Binary 101010 11011101 1001101 1010001 0 1000001 1101 10000100 1001000 110100

Color Harmonies of #2ADD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD4D

Black with #2ADD4D

Text Example


Text Example

White with #2ADD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,77); }

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

background-color css

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

 a { background-color: rgb(42,221,77); }

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

border-color css

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

 span { border-color: rgb(42,221,77); }

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