Html Css Color HEX #2AE071 Malachite

📋 copy color: '#2AE071'

red 42 ◦ green 224 ◦ blue 113

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

Shades of Malachite #2AE071

Tints of Malachite #2AE071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.1%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 11.08%
G = 59.1%
B = 29.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#2AE071 (or 0x2AE071) is known color: Malachite. HEX triplet: 2A, E0 and 71. RGB value is (42,224,113). Sum of RGB (Red+Green+Blue) = 42+224+113=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE071 is #D51F8E. Grayscale: #9D9D9D. Windows color (decimal): -13967247 or 7462954. OLE color: 7462954.

HSL color Cylindrical-coordinate representation of color #2AE071: hue angle of 143.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE071 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 113 -
CMYK 0.81 0 0.50 0.12
HSL 143.41º 0.75% 0.52% -
HSV(B) 143.41º 0.81% 0.88% -
XYZ 30.59 55 24.63 -
YUV 156.93 103.2 46.03 -
System Red Green Blue C M Y K H S L
Decimal 42 224 113 0.81 0 0.50 0.12 143.41 0.75 0.52
Hex 2A E0 71 51 0 32 C 8F 4B 34
Octal 52 340 161 121 0 62 14 217 113 64
Binary 101010 11100000 1110001 1010001 0 110010 1100 10001111 1001011 110100

Color Harmonies of #2AE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE071

Black with #2AE071

Text Example


Text Example

White with #2AE071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,113); }

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

background-color css

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

 a { background-color: rgb(42,224,113); }

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

border-color css

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

 span { border-color: rgb(42,224,113); }

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