Html Css Color HEX #2ED254 Malachite

📋 copy color: '#2ED254'

red 46 ◦ green 210 ◦ blue 84

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

Shades of Malachite #2ED254

Tints of Malachite #2ED254

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.76%

 BLUE value IS 84 (33.2% from 255) = 24.71%

R = 13.53%
G = 61.76%
B = 24.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#2ED254 (or 0x2ED254) is known color: Malachite. HEX triplet: 2E, D2 and 54. RGB value is (46,210,84). Sum of RGB (Red+Green+Blue) = 46+210+84=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED254 is #D12DAB. Grayscale: #929292. Windows color (decimal): -13708716 or 5558830. OLE color: 5558830.

HSL color Cylindrical-coordinate representation of color #2ED254: hue angle of 133.9º degrees, saturation: 0.65, 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 #2ED254 is Cyan = 0.78, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 210 84 -
CMYK 0.78 0 0.6 0.18
HSL 133.9º 0.65% 0.5% -
HSV(B) 133.9º 0.78% 0.82% -
XYZ 25.77 47.31 16.16 -
YUV 146.6 92.67 56.25 -
System Red Green Blue C M Y K H S L
Decimal 46 210 84 0.78 0 0.6 0.18 133.9 0.65 0.5
Hex 2E D2 54 4E 0 3C 12 86 41 32
Octal 56 322 124 116 0 74 22 206 101 62
Binary 101110 11010010 1010100 1001110 0 111100 10010 10000110 1000001 110010

Color Harmonies of #2ED254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED254

Black with #2ED254

Text Example


Text Example

White with #2ED254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,210,84); }

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

background-color css

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

 a { background-color: rgb(46,210,84); }

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

border-color css

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

 span { border-color: rgb(46,210,84); }

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