Html Css Color HEX #2AD64F Malachite

📋 copy color: '#2AD64F'

red 42 ◦ green 214 ◦ blue 79

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

Shades of Malachite #2AD64F

Tints of Malachite #2AD64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.88%

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 12.54%
G = 63.88%
B = 23.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#2AD64F (or 0x2AD64F) is known color: Malachite. HEX triplet: 2A, D6 and 4F. RGB value is (42,214,79). Sum of RGB (Red+Green+Blue) = 42+214+79=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD64F is #D529B0. Grayscale: #939393. Windows color (decimal): -13969841 or 5232170. OLE color: 5232170.

HSL color Cylindrical-coordinate representation of color #2AD64F: hue angle of 132.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD64F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 214 79 -
CMYK 0.80 0 0.63 0.16
HSL 132.91º 0.68% 0.5% -
HSV(B) 132.91º 0.8% 0.84% -
XYZ 26.41 49.15 15.49 -
YUV 147.18 89.52 52.98 -
System Red Green Blue C M Y K H S L
Decimal 42 214 79 0.80 0 0.63 0.16 132.91 0.68 0.5
Hex 2A D6 4F 50 0 3F 10 85 44 32
Octal 52 326 117 120 0 77 20 205 104 62
Binary 101010 11010110 1001111 1010000 0 111111 10000 10000101 1000100 110010

Color Harmonies of #2AD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD64F

Black with #2AD64F

Text Example


Text Example

White with #2AD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,214,79); }

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

background-color css

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

 a { background-color: rgb(42,214,79); }

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

border-color css

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

 span { border-color: rgb(42,214,79); }

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