Html Css Color HEX #2ADE4C Malachite

📋 copy color: '#2ADE4C'

red 42 ◦ green 222 ◦ blue 76

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

Shades of Malachite #2ADE4C

Tints of Malachite #2ADE4C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.29%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 12.35%
G = 65.29%
B = 22.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#2ADE4C (or 0x2ADE4C) is known color: Malachite. HEX triplet: 2A, DE and 4C. RGB value is (42,222,76). Sum of RGB (Red+Green+Blue) = 42+222+76=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 222 (87.11% from 255 or 65.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADE4C is #D521B3. Grayscale: #979797. Windows color (decimal): -13967796 or 5037610. OLE color: 5037610.

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

Color convert

RGB 42 222 76 -
CMYK 0.81 0 0.66 0.13
HSL 131.33º 0.73% 0.52% -
HSV(B) 131.33º 0.81% 0.87% -
XYZ 28.38 53.26 15.62 -
YUV 151.54 85.37 49.87 -
System Red Green Blue C M Y K H S L
Decimal 42 222 76 0.81 0 0.66 0.13 131.33 0.73 0.52
Hex 2A DE 4C 51 0 42 D 83 49 34
Octal 52 336 114 121 0 102 15 203 111 64
Binary 101010 11011110 1001100 1010001 0 1000010 1101 10000011 1001001 110100

Color Harmonies of #2ADE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADE4C

Black with #2ADE4C

Text Example


Text Example

White with #2ADE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,222,76); }

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

background-color css

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

 a { background-color: rgb(42,222,76); }

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

border-color css

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

 span { border-color: rgb(42,222,76); }

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