Html Css Color HEX #2AE568 Malachite

📋 copy color: '#2AE568'

red 42 ◦ green 229 ◦ blue 104

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

Shades of Malachite #2AE568

Tints of Malachite #2AE568

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.07%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 11.2%
G = 61.07%
B = 27.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#2AE568 (or 0x2AE568) is known color: Malachite. HEX triplet: 2A, E5 and 68. RGB value is (42,229,104). Sum of RGB (Red+Green+Blue) = 42+229+104=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 229 (89.84% from 255 or 61.07% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE568 is #D51A97. Grayscale: #9F9F9F. Windows color (decimal): -13965976 or 6874410. OLE color: 6874410.

HSL color Cylindrical-coordinate representation of color #2AE568: hue angle of 139.89º degrees, saturation: 0.78, 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 #2AE568 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 229 104 -
CMYK 0.82 0 0.55 0.10
HSL 139.89º 0.78% 0.53% -
HSV(B) 139.89º 0.82% 0.9% -
XYZ 31.47 57.53 22.54 -
YUV 158.84 97.05 44.66 -
System Red Green Blue C M Y K H S L
Decimal 42 229 104 0.82 0 0.55 0.10 139.89 0.78 0.53
Hex 2A E5 68 52 0 37 A 8C 4E 35
Octal 52 345 150 122 0 67 12 214 116 65
Binary 101010 11100101 1101000 1010010 0 110111 1010 10001100 1001110 110101

Color Harmonies of #2AE568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE568

Black with #2AE568

Text Example


Text Example

White with #2AE568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,229,104); }

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

background-color css

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

 a { background-color: rgb(42,229,104); }

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

border-color css

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

 span { border-color: rgb(42,229,104); }

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