Html Css Color HEX #2ADF6E Malachite

📋 copy color: '#2ADF6E'

red 42 ◦ green 223 ◦ blue 110

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

Shades of Malachite #2ADF6E

Tints of Malachite #2ADF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 11.2%
G = 59.47%
B = 29.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#2ADF6E (or 0x2ADF6E) is known color: Malachite. HEX triplet: 2A, DF and 6E. RGB value is (42,223,110). Sum of RGB (Red+Green+Blue) = 42+223+110=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADF6E is #D52091. Grayscale: #9C9C9C. Windows color (decimal): -13967506 or 7266090. OLE color: 7266090.

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

Color convert

RGB 42 223 110 -
CMYK 0.81 0 0.51 0.13
HSL 142.54º 0.74% 0.52% -
HSV(B) 142.54º 0.81% 0.87% -
XYZ 30.16 54.39 23.66 -
YUV 156 102.03 46.69 -
System Red Green Blue C M Y K H S L
Decimal 42 223 110 0.81 0 0.51 0.13 142.54 0.74 0.52
Hex 2A DF 6E 51 0 33 D 8F 4A 34
Octal 52 337 156 121 0 63 15 217 112 64
Binary 101010 11011111 1101110 1010001 0 110011 1101 10001111 1001010 110100

Color Harmonies of #2ADF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADF6E

Black with #2ADF6E

Text Example


Text Example

White with #2ADF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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