Html Css Color HEX #2AD74F Malachite

📋 copy color: '#2AD74F'

red 42 ◦ green 215 ◦ blue 79

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

Shades of Malachite #2AD74F

Tints of Malachite #2AD74F

RGB

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

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

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

R = 12.5%
G = 63.99%
B = 23.51%

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

#2AD74F (or 0x2AD74F) is known color: Malachite. HEX triplet: 2A, D7 and 4F. RGB value is (42,215,79). Sum of RGB (Red+Green+Blue) = 42+215+79=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD74F is #D528B0. Grayscale: #949494. Windows color (decimal): -13969585 or 5232426. OLE color: 5232426.

HSL color Cylindrical-coordinate representation of color #2AD74F: hue angle of 132.83º 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 #2AD74F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 215 79 -
CMYK 0.80 0 0.63 0.16
HSL 132.83º 0.68% 0.5% -
HSV(B) 132.83º 0.8% 0.84% -
XYZ 26.67 49.66 15.58 -
YUV 147.77 89.19 52.56 -
System Red Green Blue C M Y K H S L
Decimal 42 215 79 0.80 0 0.63 0.16 132.83 0.68 0.5
Hex 2A D7 4F 50 0 3F 10 85 44 32
Octal 52 327 117 120 0 77 20 205 104 62
Binary 101010 11010111 1001111 1010000 0 111111 10000 10000101 1000100 110010

Color Harmonies of #2AD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD74F

Black with #2AD74F

Text Example


Text Example

White with #2AD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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