Html Css Color HEX #2ADA58 Malachite

📋 copy color: '#2ADA58'

red 42 ◦ green 218 ◦ blue 88

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

Shades of Malachite #2ADA58

Tints of Malachite #2ADA58

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.64%

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

R = 12.07%
G = 62.64%
B = 25.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#2ADA58 (or 0x2ADA58) is known color: Malachite. HEX triplet: 2A, DA and 58. RGB value is (42,218,88). Sum of RGB (Red+Green+Blue) = 42+218+88=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA58 is #D525A7. Grayscale: #969696. Windows color (decimal): -13968808 or 5823018. OLE color: 5823018.

HSL color Cylindrical-coordinate representation of color #2ADA58: hue angle of 135.68º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA58 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 88 -
CMYK 0.81 0 0.60 0.15
HSL 135.68º 0.7% 0.51% -
HSV(B) 135.68º 0.81% 0.85% -
XYZ 27.79 51.34 17.68 -
YUV 150.56 92.69 50.57 -
System Red Green Blue C M Y K H S L
Decimal 42 218 88 0.81 0 0.60 0.15 135.68 0.7 0.51
Hex 2A DA 58 51 0 3C F 88 46 33
Octal 52 332 130 121 0 74 17 210 106 63
Binary 101010 11011010 1011000 1010001 0 111100 1111 10001000 1000110 110011

Color Harmonies of #2ADA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA58

Black with #2ADA58

Text Example


Text Example

White with #2ADA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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