Html Css Color HEX #2EE061 Malachite

📋 copy color: '#2EE061'

red 46 ◦ green 224 ◦ blue 97

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

Shades of Malachite #2EE061

Tints of Malachite #2EE061

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.04%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 12.53%
G = 61.04%
B = 26.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#2EE061 (or 0x2EE061) is known color: Malachite. HEX triplet: 2E, E0 and 61. RGB value is (46,224,97). Sum of RGB (Red+Green+Blue) = 46+224+97=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE061 is #D11F9E. Grayscale: #9C9C9C. Windows color (decimal): -13705119 or 6414382. OLE color: 6414382.

HSL color Cylindrical-coordinate representation of color #2EE061: hue angle of 137.19º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE061 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 97 -
CMYK 0.79 0 0.57 0.12
HSL 137.19º 0.74% 0.53% -
HSV(B) 137.19º 0.79% 0.88% -
XYZ 29.94 54.76 20.3 -
YUV 156.3 94.53 49.33 -
System Red Green Blue C M Y K H S L
Decimal 46 224 97 0.79 0 0.57 0.12 137.19 0.74 0.53
Hex 2E E0 61 4F 0 39 C 89 4A 35
Octal 56 340 141 117 0 71 14 211 112 65
Binary 101110 11100000 1100001 1001111 0 111001 1100 10001001 1001010 110101

Color Harmonies of #2EE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE061

Black with #2EE061

Text Example


Text Example

White with #2EE061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,97); }

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

background-color css

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

 a { background-color: rgb(46,224,97); }

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

border-color css

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

 span { border-color: rgb(46,224,97); }

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