#2AE053

Color #2AE053 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2AE053

Tints of Malachite #2AE053

Color information

#2AE053 (or 0x2AE053) is unknown color: approx Malachite. HEX triplet: 2A, E0 and 53. RGB value is (42,224,83). Sum of RGB (Red+Green+Blue) = 42+224+83=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE053 is #D51FAC. Grayscale: #999999. Windows color (decimal): -13967277 or 5496874. OLE color: 5496874.

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

Color convert

RGB4222483-
CMYK0.8100.630.12
HSL133.52º74.59%52.16%-
HSV(B)133.52º81.25%87.84%-
XYZ29.1754.4317.15-
YUV153.5188.248.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.03%
GREEN value IS 224 (87.89% from 255) = 64.18%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=12.03%
G=64.18%
B=23.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42224830.8100.630.12133.5274.5952.16
Hex2AE0535103FC864b34
Octal523401231210771420611364
Binary101010111000001010011101000101111111100100001101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AE053;
 }
 .AnyTagClassName
 {
   color: #2AE053;
 }
</style>
background-color css

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

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

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

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

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

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