Html Css Color HEX #2EDE61 Malachite

📋 copy color: '#2EDE61'

red 46 ◦ green 222 ◦ blue 97

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

Shades of Malachite #2EDE61

Tints of Malachite #2EDE61

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.82%

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

R = 12.6%
G = 60.82%
B = 26.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#2EDE61 (or 0x2EDE61) is known color: Malachite. HEX triplet: 2E, DE and 61. RGB value is (46,222,97). Sum of RGB (Red+Green+Blue) = 46+222+97=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 222 (87.11% from 255 or 60.82% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE61 is #D1219E. Grayscale: #9B9B9B. Windows color (decimal): -13705631 or 6413870. OLE color: 6413870.

HSL color Cylindrical-coordinate representation of color #2EDE61: hue angle of 137.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE61 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 97 -
CMYK 0.79 0 0.56 0.13
HSL 137.39º 0.73% 0.53% -
HSV(B) 137.39º 0.79% 0.87% -
XYZ 29.41 53.69 20.12 -
YUV 155.13 95.19 50.16 -
System Red Green Blue C M Y K H S L
Decimal 46 222 97 0.79 0 0.56 0.13 137.39 0.73 0.53
Hex 2E DE 61 4F 0 38 D 89 49 35
Octal 56 336 141 117 0 70 15 211 111 65
Binary 101110 11011110 1100001 1001111 0 111000 1101 10001001 1001001 110101

Color Harmonies of #2EDE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE61

Black with #2EDE61

Text Example


Text Example

White with #2EDE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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