#2BDD66

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

Shades of Malachite #2BDD66

Tints of Malachite #2BDD66

Color information

#2BDD66 (or 0x2BDD66) is unknown color: approx Malachite. HEX triplet: 2B, DD and 66. RGB value is (43,221,102). Sum of RGB (Red+Green+Blue) = 43+221+102=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDD66 is #D42299. Grayscale: #9A9A9A. Windows color (decimal): -13902490 or 6741291. OLE color: 6741291.

HSL color Cylindrical-coordinate representation of color #2BDD66: hue angle of 139.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDD66 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB43221102-
CMYK0.8100.540.13
HSL139.89º72.36%51.76%-
HSV(B)139.89º80.54%86.67%-
XYZ29.2553.1921.29-
YUV154.2198.5348.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.75%
GREEN value IS 221 (86.72% from 255) = 60.38%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=11.75%
G=60.38%
B=27.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal432211020.8100.540.13139.8972.3651.76
Hex2BDD6651036D8c4834
Octal533351461210661521411064
Binary101011110111011100110101000101101101101100011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,221,102); }

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

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

 a { background-color: rgb(43,221,102); }

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

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

 span { border-color: rgb(43,221,102); }

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