Html Css Color HEX #2ED558 Malachite

📋 copy color: '#2ED558'

red 46 ◦ green 213 ◦ blue 88

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

Shades of Malachite #2ED558

Tints of Malachite #2ED558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.38%

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

R = 13.26%
G = 61.38%
B = 25.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#2ED558 (or 0x2ED558) is known color: Malachite. HEX triplet: 2E, D5 and 58. RGB value is (46,213,88). Sum of RGB (Red+Green+Blue) = 46+213+88=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED558 is #D12AA7. Grayscale: #959595. Windows color (decimal): -13707944 or 5821742. OLE color: 5821742.

HSL color Cylindrical-coordinate representation of color #2ED558: hue angle of 135.09º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED558 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 88 -
CMYK 0.78 0 0.59 0.16
HSL 135.09º 0.67% 0.51% -
HSV(B) 135.09º 0.78% 0.84% -
XYZ 26.68 48.87 17.26 -
YUV 148.82 93.67 54.66 -
System Red Green Blue C M Y K H S L
Decimal 46 213 88 0.78 0 0.59 0.16 135.09 0.67 0.51
Hex 2E D5 58 4E 0 3B 10 87 43 33
Octal 56 325 130 116 0 73 20 207 103 63
Binary 101110 11010101 1011000 1001110 0 111011 10000 10000111 1000011 110011

Color Harmonies of #2ED558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED558

Black with #2ED558

Text Example


Text Example

White with #2ED558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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