Html Css Color HEX #2EE565 Malachite

📋 copy color: '#2EE565'

red 46 ◦ green 229 ◦ blue 101

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

Shades of Malachite #2EE565

Tints of Malachite #2EE565

RGB

 RED value IS 46 (18.36% from 255) = 12.23%

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 12.23%
G = 60.9%
B = 26.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#2EE565 (or 0x2EE565) is known color: Malachite. HEX triplet: 2E, E5 and 65. RGB value is (46,229,101). Sum of RGB (Red+Green+Blue) = 46+229+101=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 229 (89.84% from 255 or 60.90% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE565 is #D11A9A. Grayscale: #A0A0A0. Windows color (decimal): -13703835 or 6677806. OLE color: 6677806.

HSL color Cylindrical-coordinate representation of color #2EE565: hue angle of 138.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE565 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 101 -
CMYK 0.80 0 0.56 0.10
HSL 138.03º 0.78% 0.54% -
HSV(B) 138.03º 0.8% 0.9% -
XYZ 31.49 57.56 21.76 -
YUV 159.69 94.87 46.91 -
System Red Green Blue C M Y K H S L
Decimal 46 229 101 0.80 0 0.56 0.10 138.03 0.78 0.54
Hex 2E E5 65 50 0 38 A 8A 4E 36
Octal 56 345 145 120 0 70 12 212 116 66
Binary 101110 11100101 1100101 1010000 0 111000 1010 10001010 1001110 110110

Color Harmonies of #2EE565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE565

Black with #2EE565

Text Example


Text Example

White with #2EE565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,101); }

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

background-color css

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

 a { background-color: rgb(46,229,101); }

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

border-color css

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

 span { border-color: rgb(46,229,101); }

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