#2DE452

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

Shades of Malachite #2DE452

Tints of Malachite #2DE452

Color information

#2DE452 (or 0x2DE452) is unknown color: approx Malachite. HEX triplet: 2D, E4 and 52. RGB value is (45,228,82). Sum of RGB (Red+Green+Blue) = 45+228+82=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE452 is #D21BAD. Grayscale: #9D9D9D. Windows color (decimal): -13769646 or 5432365. OLE color: 5432365.

HSL color Cylindrical-coordinate representation of color #2DE452: hue angle of 132.13º 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 #2DE452 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB4522882-
CMYK0.8000.640.11
HSL132.13º77.22%53.53%-
HSV(B)132.13º80.26%89.41%-
XYZ30.3556.6517.32-
YUV156.6485.8748.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.68%
GREEN value IS 228 (89.45% from 255) = 64.23%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=12.68%
G=64.23%
B=23.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal45228820.8000.640.11132.1377.2253.53
Hex2DE45250040B844d36
Octal5534412212001001320411566
Binary1011011110010010100101010000010000001011100001001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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