#2DE053

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

Shades of Malachite #2DE053

Tints of Malachite #2DE053

Color information

#2DE053 (or 0x2DE053) is unknown color: approx Malachite. HEX triplet: 2D, E0 and 53. RGB value is (45,224,83). Sum of RGB (Red+Green+Blue) = 45+224+83=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE053 is #D21FAC. Grayscale: #9A9A9A. Windows color (decimal): -13770669 or 5496877. OLE color: 5496877.

HSL color Cylindrical-coordinate representation of color #2DE053: hue angle of 132.74º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE053 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB4522483-
CMYK0.8000.630.12
HSL132.74º74.27%52.75%-
HSV(B)132.74º79.91%87.84%-
XYZ29.354.4917.16-
YUV154.487.749.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.78%
GREEN value IS 224 (87.89% from 255) = 63.64%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=12.78%
G=63.64%
B=23.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45224830.8000.630.12132.7474.2752.75
Hex2DE0535003FC854a35
Octal553401231200771420511265
Binary101101111000001010011101000001111111100100001011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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