Html Css Color HEX #2AE36B Malachite

📋 copy color: '#2AE36B'

red 42 ◦ green 227 ◦ blue 107

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

Shades of Malachite #2AE36B

Tints of Malachite #2AE36B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.37%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 11.17%
G = 60.37%
B = 28.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#2AE36B (or 0x2AE36B) is known color: Malachite. HEX triplet: 2A, E3 and 6B. RGB value is (42,227,107). Sum of RGB (Red+Green+Blue) = 42+227+107=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE36B is #D51C94. Grayscale: #9E9E9E. Windows color (decimal): -13966485 or 7070506. OLE color: 7070506.

HSL color Cylindrical-coordinate representation of color #2AE36B: hue angle of 141.08º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE36B is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 227 107 -
CMYK 0.81 0 0.53 0.11
HSL 141.08º 0.77% 0.53% -
HSV(B) 141.08º 0.81% 0.89% -
XYZ 31.08 56.49 23.18 -
YUV 158.01 99.21 45.26 -
System Red Green Blue C M Y K H S L
Decimal 42 227 107 0.81 0 0.53 0.11 141.08 0.77 0.53
Hex 2A E3 6B 51 0 35 B 8D 4D 35
Octal 52 343 153 121 0 65 13 215 115 65
Binary 101010 11100011 1101011 1010001 0 110101 1011 10001101 1001101 110101

Color Harmonies of #2AE36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE36B

Black with #2AE36B

Text Example


Text Example

White with #2AE36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,227,107); }

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

background-color css

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

 a { background-color: rgb(42,227,107); }

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

border-color css

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

 span { border-color: rgb(42,227,107); }

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