#2DE453

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

Shades of Malachite #2DE453

Tints of Malachite #2DE453

Color information

#2DE453 (or 0x2DE453) is unknown color: approx Malachite. HEX triplet: 2D, E4 and 53. RGB value is (45,228,83). Sum of RGB (Red+Green+Blue) = 45+228+83=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 228 (89.45% from 255 or 64.04% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE453 is #D21BAC. Grayscale: #9D9D9D. Windows color (decimal): -13769645 or 5497901. OLE color: 5497901.

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

Color convert

RGB4522883-
CMYK0.8000.640.11
HSL132.46º77.22%53.53%-
HSV(B)132.46º80.26%89.41%-
XYZ30.3956.6717.52-
YUV156.7586.3748.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.64%
GREEN value IS 228 (89.45% from 255) = 64.04%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=12.64%
G=64.04%
B=23.31%

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
Decimal45228830.8000.640.11132.4677.2253.53
Hex2DE45350040B844d36
Octal5534412312001001320411566
Binary1011011110010010100111010000010000001011100001001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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