Html Css Color HEX #2ED25C Malachite

📋 copy color: '#2ED25C'

red 46 ◦ green 210 ◦ blue 92

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

Shades of Malachite #2ED25C

Tints of Malachite #2ED25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 13.22%
G = 60.34%
B = 26.44%

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

#2ED25C (or 0x2ED25C) is known color: Malachite. HEX triplet: 2E, D2 and 5C. RGB value is (46,210,92). Sum of RGB (Red+Green+Blue) = 46+210+92=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED25C is #D12DA3. Grayscale: #939393. Windows color (decimal): -13708708 or 6083118. OLE color: 6083118.

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

Color convert

RGB 46 210 92 -
CMYK 0.78 0 0.56 0.18
HSL 136.83º 0.65% 0.5% -
HSV(B) 136.83º 0.78% 0.82% -
XYZ 26.11 47.45 17.91 -
YUV 147.51 96.67 55.59 -
System Red Green Blue C M Y K H S L
Decimal 46 210 92 0.78 0 0.56 0.18 136.83 0.65 0.5
Hex 2E D2 5C 4E 0 38 12 89 41 32
Octal 56 322 134 116 0 70 22 211 101 62
Binary 101110 11010010 1011100 1001110 0 111000 10010 10001001 1000001 110010

Color Harmonies of #2ED25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED25C

Black with #2ED25C

Text Example


Text Example

White with #2ED25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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