Html Css Color HEX #2ED15B Malachite

📋 copy color: '#2ED15B'

red 46 ◦ green 209 ◦ blue 91

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

Shades of Malachite #2ED15B

Tints of Malachite #2ED15B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.4%

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 13.29%
G = 60.4%
B = 26.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#2ED15B (or 0x2ED15B) is known color: Malachite. HEX triplet: 2E, D1 and 5B. RGB value is (46,209,91). Sum of RGB (Red+Green+Blue) = 46+209+91=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED15B is #D12EA4. Grayscale: #939393. Windows color (decimal): -13708965 or 6017326. OLE color: 6017326.

HSL color Cylindrical-coordinate representation of color #2ED15B: hue angle of 136.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED15B is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 209 91 -
CMYK 0.78 0 0.56 0.18
HSL 136.56º 0.64% 0.5% -
HSV(B) 136.56º 0.78% 0.82% -
XYZ 25.82 46.94 17.6 -
YUV 146.81 96.5 56.09 -
System Red Green Blue C M Y K H S L
Decimal 46 209 91 0.78 0 0.56 0.18 136.56 0.64 0.5
Hex 2E D1 5B 4E 0 38 12 89 40 32
Octal 56 321 133 116 0 70 22 211 100 62
Binary 101110 11010001 1011011 1001110 0 111000 10010 10001001 1000000 110010

Color Harmonies of #2ED15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED15B

Black with #2ED15B

Text Example


Text Example

White with #2ED15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,209,91); }

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

background-color css

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

 a { background-color: rgb(46,209,91); }

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

border-color css

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

 span { border-color: rgb(46,209,91); }

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