#2DD054

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

Shades of Malachite #2DD054

Tints of Malachite #2DD054

Color information

#2DD054 (or 0x2DD054) is unknown color: approx Malachite. HEX triplet: 2D, D0 and 54. RGB value is (45,208,84). Sum of RGB (Red+Green+Blue) = 45+208+84=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD054 is #D22FAB. Grayscale: #919191. Windows color (decimal): -13774764 or 5558317. OLE color: 5558317.

HSL color Cylindrical-coordinate representation of color #2DD054: hue angle of 134.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DD054 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB4520884-
CMYK0.7800.600.18
HSL134.36º64.43%49.61%-
HSV(B)134.36º78.37%81.57%-
XYZ25.2446.3116-
YUV145.1393.556.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.35%
GREEN value IS 208 (81.64% from 255) = 61.72%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=13.35%
G=61.72%
B=24.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45208840.7800.600.18134.3664.4349.61
Hex2DD0544E03C12864032
Octal553201241160742220610062
Binary1011011101000010101001001110011110010010100001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,208,84); }

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

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

 a { background-color: rgb(45,208,84); }

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

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

 span { border-color: rgb(45,208,84); }

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