Html Css Color HEX #2ADC63 Malachite

📋 copy color: '#2ADC63'

red 42 ◦ green 220 ◦ blue 99

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

Shades of Malachite #2ADC63

Tints of Malachite #2ADC63

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.94%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 11.63%
G = 60.94%
B = 27.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#2ADC63 (or 0x2ADC63) is known color: Malachite. HEX triplet: 2A, DC and 63. RGB value is (42,220,99). Sum of RGB (Red+Green+Blue) = 42+220+99=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC63 is #D5239C. Grayscale: #999999. Windows color (decimal): -13968285 or 6544426. OLE color: 6544426.

HSL color Cylindrical-coordinate representation of color #2ADC63: hue angle of 139.21º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC63 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 99 -
CMYK 0.81 0 0.55 0.14
HSL 139.21º 0.72% 0.51% -
HSV(B) 139.21º 0.81% 0.86% -
XYZ 28.8 52.58 20.44 -
YUV 152.98 97.53 48.84 -
System Red Green Blue C M Y K H S L
Decimal 42 220 99 0.81 0 0.55 0.14 139.21 0.72 0.51
Hex 2A DC 63 51 0 37 E 8B 48 33
Octal 52 334 143 121 0 67 16 213 110 63
Binary 101010 11011100 1100011 1010001 0 110111 1110 10001011 1001000 110011

Color Harmonies of #2ADC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC63

Black with #2ADC63

Text Example


Text Example

White with #2ADC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,220,99); }

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

background-color css

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

 a { background-color: rgb(42,220,99); }

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

border-color css

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

 span { border-color: rgb(42,220,99); }

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