#2BFD63

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

Shades of Malachite #2BFD63

Tints of Malachite #2BFD63

Color information

#2BFD63 (or 0x2BFD63) is unknown color: approx Malachite. HEX triplet: 2B, FD and 63. RGB value is (43,253,99). Sum of RGB (Red+Green+Blue) = 43+253+99=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 253 (99.22% from 255 or 64.05% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD63 is #D4029C. Grayscale: #ADADAD. Windows color (decimal): -13894301 or 6552875. OLE color: 6552875.

HSL color Cylindrical-coordinate representation of color #2BFD63: hue angle of 136º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD63 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB4325399-
CMYK0.8300.610.01
HSL136º98.13%58.04%-
HSV(B)136º83%99.22%-
XYZ38.3771.6723.61-
YUV172.6586.4335.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.89%
GREEN value IS 253 (99.22% from 255) = 64.05%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=10.89%
G=64.05%
B=25.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal43253990.8300.610.0113698.1358.04
Hex2BFD635303D188623a
Octal53375143123075121014272
Binary101011111111011100011101001101111011100010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,253,99); }

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

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

 a { background-color: rgb(43,253,99); }

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

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

 span { border-color: rgb(43,253,99); }

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