Html Css Color HEX #2AE649 Malachite

📋 copy color: '#2AE649'

red 42 ◦ green 230 ◦ blue 73

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

Shades of Malachite #2AE649

Tints of Malachite #2AE649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 66.67%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 12.17%
G = 66.67%
B = 21.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#2AE649 (or 0x2AE649) is known color: Malachite. HEX triplet: 2A, E6 and 49. RGB value is (42,230,73). Sum of RGB (Red+Green+Blue) = 42+230+73=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE649 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE649 is #D519B6. Grayscale: #9C9C9C. Windows color (decimal): -13965751 or 4843050. OLE color: 4843050.

HSL color Cylindrical-coordinate representation of color #2AE649: hue angle of 129.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE649 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 73 -
CMYK 0.82 0 0.68 0.10
HSL 129.89º 0.79% 0.53% -
HSV(B) 129.89º 0.82% 0.9% -
XYZ 30.45 57.57 15.81 -
YUV 155.89 81.22 46.77 -
System Red Green Blue C M Y K H S L
Decimal 42 230 73 0.82 0 0.68 0.10 129.89 0.79 0.53
Hex 2A E6 49 52 0 44 A 82 4F 35
Octal 52 346 111 122 0 104 12 202 117 65
Binary 101010 11100110 1001001 1010010 0 1000100 1010 10000010 1001111 110101

Color Harmonies of #2AE649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE649

Black with #2AE649

Text Example


Text Example

White with #2AE649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,73); }

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

background-color css

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

 a { background-color: rgb(42,230,73); }

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

border-color css

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

 span { border-color: rgb(42,230,73); }

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