Html Css Color HEX #2AE358 Malachite

📋 copy color: '#2AE358'

red 42 ◦ green 227 ◦ blue 88

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

Shades of Malachite #2AE358

Tints of Malachite #2AE358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.65%

R = 11.76%
G = 63.59%
B = 24.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#2AE358 (or 0x2AE358) is known color: Malachite. HEX triplet: 2A, E3 and 58. RGB value is (42,227,88). Sum of RGB (Red+Green+Blue) = 42+227+88=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 227 (89.06% from 255 or 63.59% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE358 is #D51CA7. Grayscale: #9C9C9C. Windows color (decimal): -13966504 or 5825322. OLE color: 5825322.

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

Color convert

RGB 42 227 88 -
CMYK 0.81 0 0.61 0.11
HSL 134.92º 0.77% 0.53% -
HSV(B) 134.92º 0.81% 0.89% -
XYZ 30.19 56.13 18.48 -
YUV 155.84 89.71 46.8 -
System Red Green Blue C M Y K H S L
Decimal 42 227 88 0.81 0 0.61 0.11 134.92 0.77 0.53
Hex 2A E3 58 51 0 3D B 87 4D 35
Octal 52 343 130 121 0 75 13 207 115 65
Binary 101010 11100011 1011000 1010001 0 111101 1011 10000111 1001101 110101

Color Harmonies of #2AE358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE358

Black with #2AE358

Text Example


Text Example

White with #2AE358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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