#2BFD5C

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

Shades of Malachite #2BFD5C

Tints of Malachite #2BFD5C

Color information

#2BFD5C (or 0x2BFD5C) is unknown color: approx Malachite. HEX triplet: 2B, FD and 5C. RGB value is (43,253,92). Sum of RGB (Red+Green+Blue) = 43+253+92=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 253 (99.22% from 255 or 65.21% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD5C is #D402A3. Grayscale: #ACACAC. Windows color (decimal): -13894308 or 6094123. OLE color: 6094123.

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

Color convert

RGB4325392-
CMYK0.8300.640.01
HSL134º98.13%58.04%-
HSV(B)134º83%99.22%-
XYZ38.0571.5421.93-
YUV171.8682.9336.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 253 (99.22% from 255) = 65.21%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=11.08%
G=65.21%
B=23.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal43253920.8300.640.0113498.1358.04
Hex2BFD5C53040186623a
Octal533751341230100120614272
Binary1010111111110110111001010011010000001100001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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