Html Css Color HEX #2ADF5E Malachite

📋 copy color: '#2ADF5E'

red 42 ◦ green 223 ◦ blue 94

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

Shades of Malachite #2ADF5E

Tints of Malachite #2ADF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 11.7%
G = 62.12%
B = 26.18%

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

#2ADF5E (or 0x2ADF5E) is known color: Malachite. HEX triplet: 2A, DF and 5E. RGB value is (42,223,94). Sum of RGB (Red+Green+Blue) = 42+223+94=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF5E is #D520A1. Grayscale: #9A9A9A. Windows color (decimal): -13967522 or 6217514. OLE color: 6217514.

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

Color convert

RGB 42 223 94 -
CMYK 0.81 0 0.58 0.13
HSL 137.24º 0.74% 0.52% -
HSV(B) 137.24º 0.81% 0.87% -
XYZ 29.36 54.08 19.48 -
YUV 154.18 94.03 47.99 -
System Red Green Blue C M Y K H S L
Decimal 42 223 94 0.81 0 0.58 0.13 137.24 0.74 0.52
Hex 2A DF 5E 51 0 3A D 89 4A 34
Octal 52 337 136 121 0 72 15 211 112 64
Binary 101010 11011111 1011110 1010001 0 111010 1101 10001001 1001010 110100

Color Harmonies of #2ADF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF5E

Black with #2ADF5E

Text Example


Text Example

White with #2ADF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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