Html Css Color HEX #2ADF5D Malachite

📋 copy color: '#2ADF5D'

red 42 ◦ green 223 ◦ blue 93

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

Shades of Malachite #2ADF5D

Tints of Malachite #2ADF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.29%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 11.73%
G = 62.29%
B = 25.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#2ADF5D (or 0x2ADF5D) is known color: Malachite. HEX triplet: 2A, DF and 5D. RGB value is (42,223,93). Sum of RGB (Red+Green+Blue) = 42+223+93=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF5D is #D520A2. Grayscale: #9A9A9A. Windows color (decimal): -13967523 or 6151978. OLE color: 6151978.

HSL color Cylindrical-coordinate representation of color #2ADF5D: hue angle of 136.91º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF5D is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 93 -
CMYK 0.81 0 0.58 0.13
HSL 136.91º 0.74% 0.52% -
HSV(B) 136.91º 0.81% 0.87% -
XYZ 29.32 54.06 19.24 -
YUV 154.06 93.53 48.07 -
System Red Green Blue C M Y K H S L
Decimal 42 223 93 0.81 0 0.58 0.13 136.91 0.74 0.52
Hex 2A DF 5D 51 0 3A D 89 4A 34
Octal 52 337 135 121 0 72 15 211 112 64
Binary 101010 11011111 1011101 1010001 0 111010 1101 10001001 1001010 110100

Color Harmonies of #2ADF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF5D

Black with #2ADF5D

Text Example


Text Example

White with #2ADF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,223,93); }

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

background-color css

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

 a { background-color: rgb(42,223,93); }

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

border-color css

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

 span { border-color: rgb(42,223,93); }

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