Html Css Color HEX #2ADF71 Malachite

📋 copy color: '#2ADF71'

red 42 ◦ green 223 ◦ blue 113

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

Shades of Malachite #2ADF71

Tints of Malachite #2ADF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.99%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 11.11%
G = 58.99%
B = 29.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#2ADF71 (or 0x2ADF71) is known color: Malachite. HEX triplet: 2A, DF and 71. RGB value is (42,223,113). Sum of RGB (Red+Green+Blue) = 42+223+113=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF71 is #D5208E. Grayscale: #9C9C9C. Windows color (decimal): -13967503 or 7462698. OLE color: 7462698.

HSL color Cylindrical-coordinate representation of color #2ADF71: hue angle of 143.54º degrees, saturation: 0.74, 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 #2ADF71 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 113 -
CMYK 0.81 0 0.49 0.13
HSL 143.54º 0.74% 0.52% -
HSV(B) 143.54º 0.81% 0.87% -
XYZ 30.32 54.46 24.54 -
YUV 156.34 103.53 46.44 -
System Red Green Blue C M Y K H S L
Decimal 42 223 113 0.81 0 0.49 0.13 143.54 0.74 0.52
Hex 2A DF 71 51 0 31 D 90 4A 34
Octal 52 337 161 121 0 61 15 220 112 64
Binary 101010 11011111 1110001 1010001 0 110001 1101 10010000 1001010 110100

Color Harmonies of #2ADF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF71

Black with #2ADF71

Text Example


Text Example

White with #2ADF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,113); }

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

background-color css

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

 a { background-color: rgb(42,223,113); }

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

border-color css

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

 span { border-color: rgb(42,223,113); }

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