#2CFF56

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

Shades of Malachite #2CFF56

Tints of Malachite #2CFF56

Color information

#2CFF56 (or 0x2CFF56) is unknown color: approx Malachite. HEX triplet: 2C, FF and 56. RGB value is (44,255,86). Sum of RGB (Red+Green+Blue) = 44+255+86=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF56 is #D300A9. Grayscale: #ADADAD. Windows color (decimal): -13828266 or 5701420. OLE color: 5701420.

HSL color Cylindrical-coordinate representation of color #2CFF56: hue angle of 131.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF56 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB4425586-
CMYK0.8300.660
HSL131.94º100%58.63%-
HSV(B)131.94º82.75%100%-
XYZ38.4872.7320.81-
YUV172.6479.136.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.43%
GREEN value IS 255 (100% from 255) = 66.23%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=11.43%
G=66.23%
B=22.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44255860.8300.660131.9410058.63
Hex2CFF5653042084643b
Octal543771261230102020414473
Binary1011001111111110101101010011010000100100001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,255,86); }

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

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

 a { background-color: rgb(44,255,86); }

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

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

 span { border-color: rgb(44,255,86); }

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