Html Css Color HEX #2AE24C Malachite

📋 copy color: '#2AE24C'

red 42 ◦ green 226 ◦ blue 76

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

Shades of Malachite #2AE24C

Tints of Malachite #2AE24C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 65.7%

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 12.21%
G = 65.7%
B = 22.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#2AE24C (or 0x2AE24C) is known color: Malachite. HEX triplet: 2A, E2 and 4C. RGB value is (42,226,76). Sum of RGB (Red+Green+Blue) = 42+226+76=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 226 (88.67% from 255 or 65.70% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE24C is #D51DB3. Grayscale: #9A9A9A. Windows color (decimal): -13966772 or 5038634. OLE color: 5038634.

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

Color convert

RGB 42 226 76 -
CMYK 0.81 0 0.66 0.11
HSL 131.09º 0.76% 0.53% -
HSV(B) 131.09º 0.81% 0.89% -
XYZ 29.46 55.41 15.98 -
YUV 153.88 84.04 48.2 -
System Red Green Blue C M Y K H S L
Decimal 42 226 76 0.81 0 0.66 0.11 131.09 0.76 0.53
Hex 2A E2 4C 51 0 42 B 83 4C 35
Octal 52 342 114 121 0 102 13 203 114 65
Binary 101010 11100010 1001100 1010001 0 1000010 1011 10000011 1001100 110101

Color Harmonies of #2AE24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE24C

Black with #2AE24C

Text Example


Text Example

White with #2AE24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,226,76); }

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

background-color css

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

 a { background-color: rgb(42,226,76); }

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

border-color css

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

 span { border-color: rgb(42,226,76); }

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