#2ED25C

Color #2ED25C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2ED25C

Tints of Malachite #2ED25C

Color information

#2ED25C (or 0x2ED25C) is unknown color: approx 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

RGB4621092-
CMYK0.7800.560.18
HSL136.83º64.57%50.2%-
HSV(B)136.83º78.1%82.35%-
XYZ26.1147.4517.91-
YUV147.5196.6755.59-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46210920.7800.560.18136.8364.5750.2
Hex2ED25C4E03812894132
Octal563221341160702221110162
Binary1011101101001010111001001110011100010010100010011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>