Html Css Color HEX #2ADC58 Malachite

📋 copy color: '#2ADC58'

red 42 ◦ green 220 ◦ blue 88

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

Shades of Malachite #2ADC58

Tints of Malachite #2ADC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 12%
G = 62.86%
B = 25.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#2ADC58 (or 0x2ADC58) is known color: Malachite. HEX triplet: 2A, DC and 58. RGB value is (42,220,88). Sum of RGB (Red+Green+Blue) = 42+220+88=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC58 is #D523A7. Grayscale: #989898. Windows color (decimal): -13968296 or 5823530. OLE color: 5823530.

HSL color Cylindrical-coordinate representation of color #2ADC58: hue angle of 135.51º 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 #2ADC58 is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 88 -
CMYK 0.81 0 0.6 0.14
HSL 135.51º 0.72% 0.51% -
HSV(B) 135.51º 0.81% 0.86% -
XYZ 28.31 52.38 17.85 -
YUV 151.73 92.03 49.73 -
System Red Green Blue C M Y K H S L
Decimal 42 220 88 0.81 0 0.6 0.14 135.51 0.72 0.51
Hex 2A DC 58 51 0 3C E 88 48 33
Octal 52 334 130 121 0 74 16 210 110 63
Binary 101010 11011100 1011000 1010001 0 111100 1110 10001000 1001000 110011

Color Harmonies of #2ADC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADC58

Black with #2ADC58

Text Example


Text Example

White with #2ADC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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