Html Css Color HEX #2EDE58 Malachite

📋 copy color: '#2EDE58'

red 46 ◦ green 222 ◦ blue 88

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

Shades of Malachite #2EDE58

Tints of Malachite #2EDE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 12.92%
G = 62.36%
B = 24.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#2EDE58 (or 0x2EDE58) is known color: Malachite. HEX triplet: 2E, DE and 58. RGB value is (46,222,88). Sum of RGB (Red+Green+Blue) = 46+222+88=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 222 (87.11% from 255 or 62.36% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE58 is #D121A7. Grayscale: #9A9A9A. Windows color (decimal): -13705640 or 5824046. OLE color: 5824046.

HSL color Cylindrical-coordinate representation of color #2EDE58: hue angle of 134.32º 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 #2EDE58 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 88 -
CMYK 0.79 0 0.60 0.13
HSL 134.32º 0.73% 0.53% -
HSV(B) 134.32º 0.79% 0.87% -
XYZ 29.01 53.53 18.04 -
YUV 154.1 90.69 50.9 -
System Red Green Blue C M Y K H S L
Decimal 46 222 88 0.79 0 0.60 0.13 134.32 0.73 0.53
Hex 2E DE 58 4F 0 3C D 86 49 35
Octal 56 336 130 117 0 74 15 206 111 65
Binary 101110 11011110 1011000 1001111 0 111100 1101 10000110 1001001 110101

Color Harmonies of #2EDE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE58

Black with #2EDE58

Text Example


Text Example

White with #2EDE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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