#2DE460

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

Shades of Malachite #2DE460

Tints of Malachite #2DE460

Color information

#2DE460 (or 0x2DE460) is unknown color: approx Malachite. HEX triplet: 2D, E4 and 60. RGB value is (45,228,96). Sum of RGB (Red+Green+Blue) = 45+228+96=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 228 (89.45% from 255 or 61.79% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE460 is #D21B9F. Grayscale: #9E9E9E. Windows color (decimal): -13769632 or 6349869. OLE color: 6349869.

HSL color Cylindrical-coordinate representation of color #2DE460: hue angle of 136.72º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE460 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB4522896-
CMYK0.8000.580.11
HSL136.72º77.22%53.53%-
HSV(B)136.72º80.26%89.41%-
XYZ30.9456.8920.42-
YUV158.2392.8747.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.20%
GREEN value IS 228 (89.45% from 255) = 61.79%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=12.20%
G=61.79%
B=26.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal45228960.8000.580.11136.7277.2253.53
Hex2DE4605003AB894d36
Octal553441401200721321111566
Binary101101111001001100000101000001110101011100010011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,228,96); }

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

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

 a { background-color: rgb(45,228,96); }

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

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

 span { border-color: rgb(45,228,96); }

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