#2DCE58

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

Shades of Malachite #2DCE58

Tints of Malachite #2DCE58

Color information

#2DCE58 (or 0x2DCE58) is unknown color: approx Malachite. HEX triplet: 2D, CE and 58. RGB value is (45,206,88). Sum of RGB (Red+Green+Blue) = 45+206+88=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE58 is #D231A7. Grayscale: #909090. Windows color (decimal): -13775272 or 5819949. OLE color: 5819949.

HSL color Cylindrical-coordinate representation of color #2DCE58: hue angle of 136.02º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE58 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB4520688-
CMYK0.7800.570.19
HSL136.02º64.14%49.22%-
HSV(B)136.02º78.16%80.78%-
XYZ24.9145.4116.68-
YUV144.4196.1657.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 206 (80.86% from 255) = 60.77%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=13.27%
G=60.77%
B=25.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45206880.7800.570.19136.0264.1449.22
Hex2DCE584E03913884031
Octal553161301160712321010061
Binary1011011100111010110001001110011100110011100010001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,206,88); }

 H1.HeaderClassName
 {
   color: #2DCE58;
 }
 .AnyTagClassName
 {
   color: #2DCE58;
 }
</style>
background-color css

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

 a { background-color: rgb(45,206,88); }

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

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

 span { border-color: rgb(45,206,88); }

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