#2CFB63

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

Shades of Malachite #2CFB63

Tints of Malachite #2CFB63

Color information

#2CFB63 (or 0x2CFB63) is unknown color: approx Malachite. HEX triplet: 2C, FB and 63. RGB value is (44,251,99). Sum of RGB (Red+Green+Blue) = 44+251+99=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFB63 is #D3049C. Grayscale: #ACACAC. Windows color (decimal): -13829277 or 6552364. OLE color: 6552364.

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

Color convert

RGB4425199-
CMYK0.8200.610.02
HSL135.94º96.28%57.84%-
HSV(B)135.94º82.47%98.43%-
XYZ37.7970.4323.41-
YUV171.7886.9236.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.17%
GREEN value IS 251 (98.44% from 255) = 63.71%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=11.17%
G=63.71%
B=25.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal44251990.8200.610.02135.9496.2857.84
Hex2CFB635203D288603a
Octal54373143122075221014072
Binary1011001111101111000111010010011110110100010001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,251,99); }

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

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

 a { background-color: rgb(44,251,99); }

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

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

 span { border-color: rgb(44,251,99); }

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