Html Css Color HEX #2AD45F Malachite

📋 copy color: '#2AD45F'

red 42 ◦ green 212 ◦ blue 95

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

Shades of Malachite #2AD45F

Tints of Malachite #2AD45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.74%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 12.03%
G = 60.74%
B = 27.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#2AD45F (or 0x2AD45F) is known color: Malachite. HEX triplet: 2A, D4 and 5F. RGB value is (42,212,95). Sum of RGB (Red+Green+Blue) = 42+212+95=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 212 (83.20% from 255 or 60.74% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD45F is #D52BA0. Grayscale: #949494. Windows color (decimal): -13970337 or 6280234. OLE color: 6280234.

HSL color Cylindrical-coordinate representation of color #2AD45F: hue angle of 138.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD45F is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 42 212 95 -
CMYK 0.80 0 0.55 0.17
HSL 138.71º 0.67% 0.5% -
HSV(B) 138.71º 0.8% 0.83% -
XYZ 26.56 48.41 18.77 -
YUV 147.83 98.18 52.51 -
System Red Green Blue C M Y K H S L
Decimal 42 212 95 0.80 0 0.55 0.17 138.71 0.67 0.5
Hex 2A D4 5F 50 0 37 11 8B 43 32
Octal 52 324 137 120 0 67 21 213 103 62
Binary 101010 11010100 1011111 1010000 0 110111 10001 10001011 1000011 110010

Color Harmonies of #2AD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD45F

Black with #2AD45F

Text Example


Text Example

White with #2AD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,212,95); }

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

background-color css

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

 a { background-color: rgb(42,212,95); }

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

border-color css

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

 span { border-color: rgb(42,212,95); }

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