Html Css Color HEX #2AEE5B Malachite

📋 copy color: '#2AEE5B'

red 42 ◦ green 238 ◦ blue 91

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

Shades of Malachite #2AEE5B

Tints of Malachite #2AEE5B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 64.15%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 11.32%
G = 64.15%
B = 24.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#2AEE5B (or 0x2AEE5B) is known color: Malachite. HEX triplet: 2A, EE and 5B. RGB value is (42,238,91). Sum of RGB (Red+Green+Blue) = 42+238+91=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEE5B is #D511A4. Grayscale: #A3A3A3. Windows color (decimal): -13963685 or 6024746. OLE color: 6024746.

HSL color Cylindrical-coordinate representation of color #2AEE5B: hue angle of 135º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEE5B is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 238 91 -
CMYK 0.82 0 0.62 0.07
HSL 135º 0.85% 0.55% -
HSV(B) 135º 0.82% 0.93% -
XYZ 33.42 62.4 20.18 -
YUV 162.64 87.57 41.95 -
System Red Green Blue C M Y K H S L
Decimal 42 238 91 0.82 0 0.62 0.07 135 0.85 0.55
Hex 2A EE 5B 52 0 3E 7 87 55 37
Octal 52 356 133 122 0 76 7 207 125 67
Binary 101010 11101110 1011011 1010010 0 111110 111 10000111 1010101 110111

Color Harmonies of #2AEE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEE5B

Black with #2AEE5B

Text Example


Text Example

White with #2AEE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,238,91); }

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

background-color css

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

 a { background-color: rgb(42,238,91); }

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

border-color css

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

 span { border-color: rgb(42,238,91); }

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